Skip to content

Commit

Permalink
aa
Browse files Browse the repository at this point in the history
  • Loading branch information
nishinji committed Sep 14, 2023
1 parent 5d58d63 commit c8dba37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
cp $(basename $f)/$(basename $f).dmg artifacts/macos-latest.dmg
else
echo "Compressing $f"
(cd $(basename $f) && zip -r ../artifacts/$(basename $f | cut -d "-" -f 3)-latest.zip *)
(cd $(basename $f) && 7z a -m0=LZMA2 -mx9 -r ../artifacts/$(basename $f | cut -d "-" -f 3)-latest.7z *)
fi
done
ls -al artifacts/
Expand Down

0 comments on commit c8dba37

Please sign in to comment.