Skip to content

Commit 051a535

Browse files
committed
Need the dawn source for archive step
1 parent b0e1b6a commit 051a535

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/dawn.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,12 @@ jobs:
163163
cd Dawn
164164
pip install -r requirements.txt
165165
166+
- name: Download Dawn source
167+
uses: actions/download-artifact@v5
168+
with:
169+
name: dawn-source
170+
path: Dawn/dawn_source/
171+
166172
- name: Download all build artifacts
167173
uses: actions/download-artifact@v5
168174
with:

0 commit comments

Comments
 (0)