Skip to content

Commit a25e5c7

Browse files
committed
chore: log
1 parent e2f2ecc commit a25e5c7

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ui-tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,13 @@ jobs:
8888
echo "UNITY_EDITORS: '${{ env.UNITY_EDITORS }}'"
8989
echo "UNITY_EDITOR_PATH: '${{ env.UNITY_EDITOR_PATH }}'"
9090
echo "UNITY_PROJECT_PATH: '${{ env.UNITY_PROJECT_PATH }}'"
91-
${{ env.UNITY_EDITOR_PATH }} -quit -batchmode -projectPath ${{ env.UNITY_PROJECT_PATH }} -executeMethod MacBuilder.BuildForAltTester
91+
${{ env.UNITY_EDITOR_PATH }} -quit -batchmode -projectPath ${{ env.UNITY_PROJECT_PATH }} -executeMethod MacBuilder.BuildForAltTester -logFile unity_build.log 2>&1
92+
continue-on-error: true
93+
- name: Upload Unity Build Log
94+
uses: actions/upload-artifact@v3
95+
with:
96+
name: Unity-Build-Log
97+
path: unity_build.log
9298
# build:
9399
# name: Build sample game for AltTester 🛠️
94100
# runs-on: macos-15

0 commit comments

Comments
 (0)