Skip to content

Commit

Permalink
Update build_test_artifacts.yml
Browse files Browse the repository at this point in the history
Updated windows build
  • Loading branch information
scheerchristian authored Jun 5, 2024
1 parent c92bf0a commit 659d9f8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_test_artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,9 @@ jobs:
mv ${{ env.STANDALONE_PATH }} packaging/${{ env.PRODUCT_NAME }}
# Create the zip
cd packaging
tar -a -c -f ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/
ls -a
pwsh -command "Compress-Archive -Path 'packaging/${{ 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
- name: notarize (macOS)
Expand All @@ -181,4 +183,4 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ env.PRODUCT_NAME }}.zip
path: packaging/${{ env.PRODUCT_NAME }}.zip
path: packaging/${{ env.PRODUCT_NAME }}.zip

0 comments on commit 659d9f8

Please sign in to comment.