We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f9d65b commit 504f40cCopy full SHA for 504f40c
.github/workflows/spread.yml
@@ -134,15 +134,13 @@ jobs:
134
- name: Run Spread task
135
run: |
136
tools/make_release_tarball --skip-checks
137
- snap run spread-mir-ci.spread -reuse -v ${{ matrix.spread-task }}
+ snap run spread-mir-ci.spread -reuse -artifacts=./artifacts -v ${{ matrix.spread-task }}
138
139
- - name: Upload Wayland Explorer JSON
140
- if: endsWith(matrix['spread-task'], ':ubuntu')
+ - name: Upload artifacts
141
uses: actions/upload-artifact@v4
142
with:
143
- name: mir.json
144
- path: ${{ env.SPREAD_PATH }}/spread/sbuild/mir.json
145
- if-no-files-found: error
+ name: ${{ matrix.spread-task }}-artifacts
+ path: artifacts/**
146
147
- name: CCache stats
148
run: cat ${CCACHE_DIR}/ccache.stats
0 commit comments