Skip to content

Commit

Permalink
ci: disable artifact compression (they're already compressed)
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton committed Aug 19, 2024
1 parent 3a04798 commit 43e656f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
with:
name: ${{ env.artifact }}-docker
path: katsu/katsu-work/image/*.tar.xz
compression-level: 0

#### DOCKER PUSH ######

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/build-katsu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
with:
name: ${{ env.artifact }}-image
path: katsu/katsu-work/image/*.img.zst
compression-level: 0

live-iso:
strategy:
Expand Down Expand Up @@ -188,6 +189,7 @@ jobs:
with:
name: ${{ env.artifact }}-iso
path: katsu/*.iso
compression-level: 0

#### LIVE ISO PUSH ####

Expand Down

0 comments on commit 43e656f

Please sign in to comment.