Skip to content

action-deps: bump actions/checkout from 3.5.0 to 3.5.2 #3

action-deps: bump actions/checkout from 3.5.0 to 3.5.2

action-deps: bump actions/checkout from 3.5.0 to 3.5.2 #3

name: Builds - PAL3 - Mono - iOS
on: [push, pull_request]
jobs:
build_pal3_mono_ios:
name: Build PAL3 for ${{ matrix.targetPlatform }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
targetPlatform:
- iOS # Build an iOS player.
steps:
- uses: actions/[email protected]
with:
fetch-depth: 0
lfs: true
- uses: actions/[email protected]
with:
path: Library
key: Library-${{ matrix.targetPlatform }}
restore-keys: Library-
- uses: game-ci/unity-builder@v2
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
buildName: PAL3
versioning: Semantic
# do not upload artifacts for iOS builds