Skip to content

Commit

Permalink
Update build_test_artifacts.yml
Browse files Browse the repository at this point in the history
Put "" around path with space in it
  • Loading branch information
scheerchristian authored Jun 8, 2024
1 parent 617886e commit 8bd51d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
# Move the artefacts to the packaging folder
mv ${{ env.VST3_PATH }} packaging/${{ env.PRODUCT_NAME }}
mv ${{ env.AU_PATH }} packaging/${{ env.PRODUCT_NAME }}
mv ${{ env.STANDALONE_PATH }} packaging/${{ env.PRODUCT_NAME }}
mv ${{ env.STANDALONE_PATH }} "packaging/${{ env.PRODUCT_NAME }}"
# Move the entitlements file to the packaging folder if we want to check it
# mv "${{ env.ARTEFACTS_PATH }}/Standalone/entitlements_after_first_sign.xml" packaging/${{ env.PRODUCT_NAME }}
# Create the zip
Expand Down

0 comments on commit 8bd51d1

Please sign in to comment.