Skip to content

Commit ebffa1d

Browse files
committed
debugging
1 parent 9541c89 commit ebffa1d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dawn.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
name: dawn-source
6363
path: |
64-
Dawn/dawn_source/
64+
Dawn/dawn_source/*.json
6565
!Dawn/dawn_source/.git
6666
!Dawn/dawn_source/**/*.git
6767
!Dawn/dawn_source/third_party/khronos/OpenGL-Registry/specs
@@ -137,7 +137,10 @@ jobs:
137137
with:
138138
artifact-ids: ${{ needs.get-dawn-source.outputs.dawn-source-artifact-id }}
139139
path: Dawn/dawn_source/
140-
merge-multiple: true
140+
141+
- name: Debug Dawn source
142+
run: |
143+
ls -R Dawn/dawn_source/
141144
142145
- name: Build Dawn for ${{ matrix.target }}
143146
run: |

0 commit comments

Comments
 (0)