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.
1 parent e7f1a53 commit 467f2fcCopy full SHA for 467f2fc
.github/workflows/dawn.yaml
@@ -144,6 +144,13 @@ jobs:
144
path: Dawn/builds/
145
retention-days: 1
146
147
+ - name: Upload build manifest
148
+ uses: actions/upload-artifact@v4
149
+ with:
150
+ name: dawn-build-manifest-${{ matrix.target }}
151
+ path: Dawn/builds/manifests/
152
+ retention-days: 1
153
+
154
create-bundle:
155
needs: [build-dawn, get-dawn-source]
156
runs-on: ubuntu-latest
@@ -174,6 +181,12 @@ jobs:
174
181
name: dawn-version
175
182
path: Dawn
176
183
184
+ - name: Download build manifests
185
+ uses: actions/download-artifact@v4
186
187
188
189
177
190
- name: Create artifact bundle
178
191
run: |
179
192
cd Dawn
0 commit comments