Skip to content

Commit

Permalink
windows 7zip
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Dec 7, 2024
1 parent 311f880 commit 3a09615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-libaec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if [[ "${{ matrix.archive }}" == "tar" ]]; then
tar -czvf ${{ matrix.build-dir }}.tar.gz ${{ matrix.build-dir }}
elif [[ "${{ matrix.archive }}" == "zip" ]]; then
zip -r ${{ matrix.build-dir }}.zip ${{ matrix.build-dir }}
7z a ${{ matrix.build-dir }}.zip ${{ matrix.build-dir }}
fi
shell: bash

Expand Down

0 comments on commit 3a09615

Please sign in to comment.