File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -159,17 +159,17 @@ jobs:
159
159
with :
160
160
subject-path : |
161
161
dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
162
- dartaotruntime_linux_*
163
- gen_snapshot_linux_*
162
+ dartaotruntime_linux_${{ matrix.target-arch }}
163
+ gen_snapshot_linux_${{ matrix.target-arch }}_ *
164
164
165
165
- name : Upload Artifact
166
166
uses : actions/upload-artifact@v4
167
167
with :
168
168
name : dartsdk-linux-${{ matrix.target-arch }}-${{ inputs.ref }}
169
169
path : |
170
170
dartsdk-linux-${{ matrix.target-arch }}-release.tar.gz
171
- dartaotruntime_linux_*
172
- gen_snapshot_linux_*
171
+ dartaotruntime_linux_${{ matrix.target-arch }}
172
+ gen_snapshot_linux_${{ matrix.target-arch }}_ *
173
173
if-no-files-found : error
174
174
compression-level : 0
175
175
You can’t perform that action at this time.
0 commit comments