Skip to content

Commit

Permalink
Do not compress .tar.gz with zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rui314 committed Dec 27, 2024
1 parent 4107c33 commit 930ba5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,4 @@ jobs:
with:
name: ${{ matrix.target }}
path: dist/mold-*.tar.gz
compression-level: 0
1 change: 1 addition & 0 deletions .github/workflows/build-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ jobs:
with:
name: tarball
path: dist/mold-*.tar.gz
compression-level: 0

0 comments on commit 930ba5a

Please sign in to comment.