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