Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
genickbruch authored May 14, 2024
1 parent 3418dfd commit faa9c70
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,37 +97,8 @@ jobs:
name: Build-${{ matrix.targetPlatform }}
path: build

buildForMac:
needs: build
name: Build for ${{ matrix.targetPlatform }}
runs-on: macos-latest
strategy:
fail-fast: false
matrix:
targetPlatform:
- StandaloneOSX
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: actions/cache@v3
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
- uses: actions/upload-artifact@v3
with:
name: Build-${{ matrix.targetPlatform }}
path: build

buildForWindows:
needs: buildForMac
needs: build
name: Build for ${{ matrix.targetPlatform }}
runs-on: windows-2019
strategy:
Expand Down

0 comments on commit faa9c70

Please sign in to comment.