Skip to content

Commit

Permalink
Update build_test_artifacts.yml
Browse files Browse the repository at this point in the history
Hopefully fix Windows build
  • Loading branch information
scheerchristian authored Jun 5, 2024
1 parent 9cc13ea commit 8b40f60
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 @@ -156,7 +156,7 @@ jobs:
mv ${{ env.STANDALONE_PATH }} packaging/${{ env.PRODUCT_NAME }}
# Create the zip
cd packaging
pwsh -command "Compress-Archive -Path 'packaging/${{ env.PRODUCT_NAME }}' -DestinationPath '${{ env.PRODUCT_NAME }}.zip'"
pwsh -command "Compress-Archive -Path '${{ env.PRODUCT_NAME }}' -DestinationPath '${{ env.PRODUCT_NAME }}.zip'"
# tar -a -c -f ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/

# Let's now notarize the zip file and with it all its contents / binaries
Expand Down

0 comments on commit 8b40f60

Please sign in to comment.