Skip to content

Commit 504f40c

Browse files
committed
spread: store artifacts
1 parent 4f9d65b commit 504f40c

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/spread.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,13 @@ jobs:
134134
- name: Run Spread task
135135
run: |
136136
tools/make_release_tarball --skip-checks
137-
snap run spread-mir-ci.spread -reuse -v ${{ matrix.spread-task }}
137+
snap run spread-mir-ci.spread -reuse -artifacts=./artifacts -v ${{ matrix.spread-task }}
138138
139-
- name: Upload Wayland Explorer JSON
140-
if: endsWith(matrix['spread-task'], ':ubuntu')
139+
- name: Upload artifacts
141140
uses: actions/upload-artifact@v4
142141
with:
143-
name: mir.json
144-
path: ${{ env.SPREAD_PATH }}/spread/sbuild/mir.json
145-
if-no-files-found: error
142+
name: ${{ matrix.spread-task }}-artifacts
143+
path: artifacts/**
146144

147145
- name: CCache stats
148146
run: cat ${CCACHE_DIR}/ccache.stats

0 commit comments

Comments
 (0)