File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 88
88
echo "UNITY_EDITORS: '${{ env.UNITY_EDITORS }}'"
89
89
echo "UNITY_EDITOR_PATH: '${{ env.UNITY_EDITOR_PATH }}'"
90
90
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
92
98
# build:
93
99
# name: Build sample game for AltTester 🛠️
94
100
# runs-on: macos-15
You can’t perform that action at this time.
0 commit comments