Skip to content

Commit

Permalink
Use zip instead of tar
Browse files Browse the repository at this point in the history
  • Loading branch information
davemollen committed Sep 16, 2024
1 parent a1ad952 commit 03d6b8a
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 @@ -51,7 +51,7 @@ jobs:
mkdir -p $ARCHIVE_NAME
docker cp mpb:/root/mod-workdir/${{ matrix.platform }}/plugins/$plugin_name.lv2 $ARCHIVE_NAME
cp .github/workflows/readme-Mod.txt "$ARCHIVE_NAME/README.txt"
tar -cf $ARCHIVE_NAME.zip $ARCHIVE_NAME
zip -r $ARCHIVE_NAME.zip $ARCHIVE_NAME
- name: Add zip to release
uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 03d6b8a

Please sign in to comment.