We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2222d75 commit b7e0a61Copy full SHA for b7e0a61
.github/workflows/build.yml
@@ -417,6 +417,12 @@ jobs:
417
with:
418
name: Native Build Logs - Emscripten
419
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
426
- name: Publish package artifact
427
if: ${{ success() }}
428
uses: actions/upload-artifact@v4
0 commit comments