Skip to content

Commit

Permalink
try with quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
circlecube committed Apr 17, 2024
1 parent 2bef230 commit ad66cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/module-plugin-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
echo "DESTINATION node_modules/@${{ inputs.module-repo }}/build"
ls -l node_modules/@${{ inputs.module-repo }}/build
echo "Updating DESTINATION from SOURCE?"
cp -r -f vendor/${{ inputs.module-repo }}/build node_modules/@${{ inputs.module-repo }}/build
cp -r -f "vendor/${{ inputs.module-repo }}/build" "node_modules/@${{ inputs.module-repo }}/build"
echo "UPDATED DESTINATION node_modules/@${{ inputs.module-repo }}/build"
ls -l node_modules/@${{ inputs.module-repo }}/build
- name: Build Plugin
Expand Down

0 comments on commit ad66cd8

Please sign in to comment.