Skip to content

Commit c4a301b

Browse files
committed
Store Emscripten logs under correct name.
1 parent 14613ff commit c4a301b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ jobs:
415415
if: success() || failure() # run this step even if previous step failed
416416
uses: actions/upload-artifact@v4
417417
with:
418-
name: Native Build Logs - Windows
418+
name: Native Build Logs - Emscripten
419419
path: d:/cesium/CesiumForUnityBuildProject/Packages/com.cesium.unity/native~/build-*/build.log
420420
- name: Publish package artifact
421421
if: ${{ success() }}
@@ -427,7 +427,7 @@ jobs:
427427
env:
428428
CESIUM_ION_TOKEN_FOR_TESTS: ${{ secrets.CESIUM_ION_TOKEN_FOR_TESTS }}
429429
run: |
430-
start -FilePath "C:\Program Files\Unity\Hub\Editor\2022.3.41f1\Editor\Unity.exe" -ArgumentList "-runTests -batchmode -projectPath d:\cesium\CesiumForUnityBuildProject -testResults d:\cesium\temp\TestResults.xml -testPlatform PlayMode -logFile d:\cesium\temp\test-log.txt" -Wait
430+
start -FilePath "C:\Program Files\Unity\Hub\Editor\6000.0.62f1\Editor\Unity.exe" -ArgumentList "-runTests -batchmode -projectPath d:\cesium\CesiumForUnityBuildProject -testResults d:\cesium\temp\TestResults.xml -testPlatform PlayMode -logFile d:\cesium\temp\test-log.txt" -Wait
431431
cat d:\cesium\temp\test-log.txt
432432
- name: Test Report
433433
uses: kring/[email protected]

0 commit comments

Comments
 (0)