Skip to content

Commit

Permalink
updated ci zip artefacts for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vackva committed Mar 29, 2024
1 parent 57d944e commit a0b4d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
zip -r ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/
elif [ "${{ matrix.os }}" == "macOS-latest" ]; then
zip -vr ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/ -x "*.DS_Store"
elif [ "${{ matrix.name }}" == "Windows" ]; then
elif [ "${{ matrix.name }}" == "Windows-x86_64" ]; then
tar -a -c -f ${{ env.PRODUCT_NAME }}.zip ${{ env.PRODUCT_NAME }}/
else
echo "Unknown OS";
Expand Down

0 comments on commit a0b4d3d

Please sign in to comment.