Skip to content

Commit b7e0a61

Browse files
committed
Publish ada-url build log as an artifact.
1 parent 2222d75 commit b7e0a61

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,12 @@ jobs:
417417
with:
418418
name: Native Build Logs - Emscripten
419419
path: d:/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity/native~/build-*/build.log
420+
- name: Publish ada-url build logs
421+
if: success() || failure() # run this step even if previous step failed
422+
uses: actions/upload-artifact@v4
423+
with:
424+
name: Emscripten ada-url Build Log
425+
path: D:/.ezvcpkg/afc0a2e01ae104a2474216a2df0e8d78516fd5af/buildtrees/ada-url/*.log
420426
- name: Publish package artifact
421427
if: ${{ success() }}
422428
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)