Skip to content

Commit

Permalink
add deployment-plugin workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
volkotyk committed Oct 24, 2023
1 parent 3f31a6e commit ba74e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion camunda-modeler-deployment-plugin/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ PLUGIN="${MODELER_DIR}/resources/plugins/deploy-plugin"

rm -rf "${PLUGIN}"

mkdir "${PLUGIN}"
mkdir -p "${PLUGIN}"

cp -v ./index.js "${PLUGIN}"
cp -vR ./css "${PLUGIN}"
Expand Down

0 comments on commit ba74e47

Please sign in to comment.