Skip to content

Commit

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

pkgbuild:
needs:
Expand Down Expand Up @@ -84,7 +83,6 @@ jobs:
with:
name: Packages
path: pkgs/*.pkg.tar*
compression-level: 0

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

pkgbuild:
needs:
Expand Down Expand Up @@ -88,7 +87,6 @@ jobs:
with:
name: Packages
path: pkgs/*.pkg.tar*
compression-level: 0

build:
needs:
Expand Down

0 comments on commit e173441

Please sign in to comment.