We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@actions/upload-artifact
1 parent 6598d24 commit b221401Copy full SHA for b221401
.github/workflows/build.yml
@@ -94,6 +94,7 @@ jobs:
94
name: dart-${{ inputs.ref }}-${{ matrix.host-arch }}
95
path: dart-${{ inputs.ref }}-${{ matrix.host-arch }}.tar.gz
96
if-no-files-found: error
97
+ compression-level: 0
98
99
build:
100
needs: [archive]
@@ -191,6 +192,7 @@ jobs:
191
192
name: dartsdk-linux-${{ matrix.target-arch }}-${{ inputs.ref }}
193
path: dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
194
195
196
197
tag:
198
needs: [build]
0 commit comments