File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments