Skip to content

Commit fbddcb2

Browse files
committed
chore: Upgrade to Unity 6.3
1 parent 0c4a040 commit fbddcb2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
# License
1313
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1414
# Project
15-
UNITY_VERSION: 6000.2.6f2
15+
UNITY_VERSION: 6000.3.0f1
1616
PROJECT_PATH: .
1717

1818
jobs:

.github/workflows/license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
UNITY_VER: 6000.2.6f2
13+
UNITY_VERSION: 6000.3.0f1
1414
ULF_FILE: Unity_v6000.x.ulf
1515

1616
jobs:
@@ -24,7 +24,7 @@ jobs:
2424
id: alfFile
2525
uses: game-ci/unity-request-activation-file@main
2626
with:
27-
unityVersion: ${{ env.UNITY_VER }}
27+
unityVersion: ${{ env.UNITY_VERSION }}
2828

2929
# Upload artifact (Unity_v20XX.X.XXXX.alf)
3030
- name: Expose as artifact

0 commit comments

Comments
 (0)