Skip to content

Commit

Permalink
Merge pull request #3 from szymmirr/dependabot/github_actions/game-ci…
Browse files Browse the repository at this point in the history
…/unity-builder-4.0.1

Bump game-ci/unity-builder from 3.1.0 to 4.0.1
  • Loading branch information
szymmirr committed Nov 21, 2023
2 parents 22d77ad + d4fdbe8 commit d64127e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/unity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,24 @@ jobs:
uses: actions/checkout@v4

- name: Unity Builder
uses: game-ci/unity-builder@v3.1.0
uses: game-ci/unity-builder@v4.0.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
targetPlatform: ${{ matrix.targetPlatform }}
unityVersion: ${{ matrix.unityVersion }}

- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3
with:
name: Frog-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}

build-on-windows:
name: Build ${{ matrix.targetPlatform }}
runs-on: windows-2019
runs-on: windows-2022
strategy:
matrix:
targetPlatform:
Expand All @@ -54,7 +56,7 @@ jobs:
uses: actions/checkout@v4

- name: Unity Builder
uses: game-ci/unity-builder@v3.1.0
uses: game-ci/unity-builder@v4.0.1
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
Expand All @@ -64,7 +66,7 @@ jobs:
unityVersion: ${{ matrix.unityVersion }}

- name: Upload artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v3
with:
name: Frog-${{ matrix.targetPlatform }}
path: build/${{ matrix.targetPlatform }}

0 comments on commit d64127e

Please sign in to comment.