Skip to content

Commit b221401

Browse files
authored
Set compression-level for @actions/upload-artifact
1 parent 6598d24 commit b221401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ jobs:
9494
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
9595
path: dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
9696
if-no-files-found: error
97+
compression-level: 0
9798

9899
build:
99100
needs: [archive]
@@ -191,6 +192,7 @@ jobs:
191192
name: dartsdk-linux-${{ matrix.target-arch }}-${{ inputs.ref }}
192193
path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
193194
if-no-files-found: error
195+
compression-level: 0
194196

195197
tag:
196198
needs: [build]

0 commit comments

Comments
 (0)