mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-05-31 13:56:13 -07:00
revert: restore build-tests-mac.yml to match main
Stop modifying the macOS build workflow — leave it identical to main. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
7
.github/workflows/build-tests-mac.yml
vendored
7
.github/workflows/build-tests-mac.yml
vendored
@@ -62,8 +62,6 @@ jobs:
|
||||
# Build #
|
||||
###########################
|
||||
- uses: ./
|
||||
id: build
|
||||
continue-on-error: true
|
||||
env:
|
||||
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||
@@ -79,15 +77,10 @@ jobs:
|
||||
# We use dirty build because we are replacing the default project settings file above
|
||||
allowDirtyBuild: true
|
||||
|
||||
- name: Warn on build failure
|
||||
if: steps.build.outcome == 'failure'
|
||||
run: echo "::warning::Build failed for ${{ matrix.targetPlatform }} on ${{ matrix.unityVersion }} (macOS builds are unstable)"
|
||||
|
||||
###########################
|
||||
# Upload #
|
||||
###########################
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: steps.build.outcome == 'success'
|
||||
with:
|
||||
name: Build ${{ matrix.targetPlatform }} on MacOS (${{ matrix.unityVersion }})${{ matrix.buildProfile && ' With Build Profile' || '' }}
|
||||
path: build
|
||||
|
||||
Reference in New Issue
Block a user