Skip to content

Commit 467f2fc

Browse files
committed
Persist build manifests
1 parent e7f1a53 commit 467f2fc

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/dawn.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,13 @@ jobs:
144144
path: Dawn/builds/
145145
retention-days: 1
146146

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+
147154
create-bundle:
148155
needs: [build-dawn, get-dawn-source]
149156
runs-on: ubuntu-latest
@@ -174,6 +181,12 @@ jobs:
174181
name: dawn-version
175182
path: Dawn
176183

184+
- name: Download build manifests
185+
uses: actions/download-artifact@v4
186+
with:
187+
name: dawn-build-manifest-${{ matrix.target }}
188+
path: Dawn/builds/manifests/
189+
177190
- name: Create artifact bundle
178191
run: |
179192
cd Dawn

0 commit comments

Comments
 (0)