Skip to content

Commit 533e63e

Browse files
committed
CI: Don't compress already-compressed artifacts
1 parent 4ce5cc1 commit 533e63e

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/linux-appimage-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,5 @@ jobs:
8282
with:
8383
name: "${{ matrix.artifact }}"
8484
path: "${{ matrix.asset }}"
85+
compression-level: 0
86+
if-no-files-found: error

.github/workflows/linux-cross-appimage-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,3 +98,5 @@ jobs:
9898
with:
9999
name: "linux-${{ matrix.arch }}-appimage"
100100
path: "DuckStation-*.AppImage"
101+
compression-level: 0
102+
if-no-files-found: error

.github/workflows/macos-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,5 @@ jobs:
7272
with:
7373
name: "macos"
7474
path: "build/duckstation-mac-release.zip"
75+
compression-level: 0
76+
if-no-files-found: error

.github/workflows/windows-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,5 @@ jobs:
145145
with:
146146
name: "windows-${{ matrix.arch }}"
147147
path: "duckstation-windows-${{ matrix.arch }}-*.*"
148+
compression-level: 0
149+
if-no-files-found: error

0 commit comments

Comments
 (0)