Skip to content

Commit 0a4a916

Browse files
committed
Add debugging info
1 parent 97a9330 commit 0a4a916

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/dawn.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,11 +168,20 @@ jobs:
168168
path: Dawn/builds/
169169
merge-multiple: true
170170

171+
- name: List build artifacts
172+
run: |
173+
ls -R Dawn/builds/
174+
171175
- name: Download Dawn version
172176
uses: actions/download-artifact@v5
173177
with:
174178
name: dawn-version
175-
path: Dawn
179+
path: Dawn/
180+
merge-multiple: true
181+
182+
- name: List build artifacts 2
183+
run: |
184+
ls -R Dawn/builds/
176185
177186
- name: Create artifact bundle
178187
run: |

0 commit comments

Comments
 (0)