Skip to content

Commit

Permalink
don't compress artifacts (double compression that way)
Browse files Browse the repository at this point in the history
  • Loading branch information
BoukeHaarsma23 committed Jul 27, 2024
1 parent 55587da commit 474d3ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ jobs:
with:
name: AUR-packages-${{ matrix.package }}
path: aur-pkgs/*.pkg.tar*
compression-level: 0

pkgbuild:
needs:
Expand Down Expand Up @@ -83,6 +84,7 @@ jobs:
with:
name: Packages-${{ hashFiles(format('{0}/PKGBUILD', matrix.package)) }}
path: pkgs/*.pkg.tar*
compression-level: 0

build:
needs:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
with:
name: AUR-packages-${{ hashFiles(format('{0}/PKGBUILD', matrix.package)) }}
path: aur-pkgs/*.pkg.tar*
compression-level: 0

pkgbuild:
needs:
Expand Down Expand Up @@ -87,6 +88,7 @@ jobs:
with:
name: Packages-${{ hashFiles(format('{0}/PKGBUILD', matrix.package)) }}
path: pkgs/*.pkg.tar*
compression-level: 0

build:
needs:
Expand Down

0 comments on commit 474d3ef

Please sign in to comment.