Skip to content

Commit

Permalink
Update Unity version in CI (#5)
Browse files Browse the repository at this point in the history
* 🐎ci(action): Update Unity version

#1
  • Loading branch information
moelang authored Mar 8, 2021
1 parent 00572e4 commit 15e5b0a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
workflow_dispatch:

env:
UNITY_VERSION: 2020.2.2f1
UNITY_VERSION: 2020.2.7f1
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
PROJECT_PATH: .

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Request manual activation file
id: getManualLicenseFile
# https://github.com/game-ci/unity-request-activation-file/releases/
uses: game-ci/unity-request-activation-file@v2.0-alpha-1
uses: game-ci/unity-request-activation-file@v2
with:
unityVersion: ${{ env.UNITY_VERSION }}
# Upload artifact (Unity_v20XX.X.XXXX.alf)
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
Library-${{ matrix.projectPath }}-
Library-
# https://github.com/game-ci/unity-builder/releases/
- uses: game-ci/unity-builder@v2.0-alpha-6
- uses: game-ci/unity-builder@v2
with:
projectPath: ${{ env.PROJECT_PATH }}
unityVersion: ${{ env.UNITY_VERSION }}
Expand Down

0 comments on commit 15e5b0a

Please sign in to comment.