Skip to content

Commit

Permalink
use 7z instead of tar on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
David Braun committed May 6, 2022
1 parent 147c4ab commit a7b790c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cp ${{ github.workspace }}/thirdparty/libsndfile-1.0.31-win64/bin/sndfile.dll TD-Faust_dist
cp -v -r ${{ github.workspace }}/Plugins/faustlibraries TD-Faust_dist
Remove-Item -Recurse -Force "TD-Faust_dist/faustlibraries/.git"
tar.exe -c -f TD-Faust-${{ matrix.os }}.zip TD-Faust_dist
7z a TD-Faust-${{ matrix.os }}.zip ./TD-Faust_dist/* -r
- name: Upload artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a7b790c

Please sign in to comment.