Skip to content

Commit 535faf1

Browse files
committed
Debugging
1 parent a16ffc6 commit 535faf1

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

.github/workflows/dawn.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -181,21 +181,13 @@ jobs:
181181
path: Dawn/builds/
182182
merge-multiple: true
183183

184-
- name: List build artifacts
185-
run: |
186-
ls -R Dawn/builds/
187-
188184
- name: Download Dawn version
189185
uses: actions/download-artifact@v5
190186
with:
191187
name: dawn-version
192188
path: Dawn/
193189
merge-multiple: true
194190

195-
- name: List build artifacts 2
196-
run: |
197-
ls -R Dawn/builds/
198-
199191
- name: Create artifact bundle
200192
run: |
201193
cd Dawn
@@ -207,6 +199,10 @@ jobs:
207199
BUNDLE_NAME="dawn_webgpu_${{needs.get-dawn-source.outputs.chromium_dawn_suffix}}.zip"
208200
echo "bundle_name=$BUNDLE_NAME" >> $GITHUB_OUTPUT
209201
202+
- name: List build artifacts
203+
run: |
204+
ls -R Dawn/builds/
205+
210206
- name: Upload bundle artifact
211207
uses: actions/upload-artifact@v4
212208
with:

0 commit comments

Comments
 (0)