Skip to content

Commit

Permalink
CI: use jar instead of zip
Browse files Browse the repository at this point in the history
  • Loading branch information
Kijewski committed Sep 15, 2023
1 parent e8388e7 commit e79bed8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ jobs:
zipsign sign tar Cargo.lock.tgz priv.key
zipsign verify tar Cargo.lock.tgz pub.key
zip Cargo.lock.zip Cargo.lock
# Windows doesn't have a "zip" command
jar -cfM Cargo.lock.zip Cargo.lock
zipsign sign zip Cargo.lock.zip priv.key
zipsign verify zip Cargo.lock.zip pub.key
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e79bed8

Please sign in to comment.