Skip to content

Commit

Permalink
Merge pull request #36 from Ultramarine-Linux/disable-compression
Browse files Browse the repository at this point in the history
ci: disable artifact compression (they're already compressed)
  • Loading branch information
madonuko authored Aug 20, 2024
2 parents 3a04798 + 43e656f commit 2e2e031
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 2e2e031

Please sign in to comment.