File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed
Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 6262 # Build #
6363 # ##########################
6464 - uses : ./
65- id : build
66- continue-on-error : true
6765 env :
6866 UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
6967 UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
@@ -79,15 +77,10 @@ jobs:
7977 # We use dirty build because we are replacing the default project settings file above
8078 allowDirtyBuild : true
8179
82- - name : Warn on build failure
83- if : steps.build.outcome == 'failure'
84- run : echo "::warning::Build failed for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }} (macOS builds are unstable)"
85-
8680 # ##########################
8781 # Upload #
8882 # ##########################
8983 - uses : actions/upload-artifact@v4
90- if : steps.build.outcome == 'success'
9184 with :
9285 name : Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }}
9386 path : build
You can’t perform that action at this time.
0 commit comments