We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c4a040 commit fbddcb2Copy full SHA for fbddcb2
.github/workflows/build.yml
@@ -12,7 +12,7 @@ env:
12
# License
13
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
14
# Project
15
- UNITY_VERSION: 6000.2.6f2
+ UNITY_VERSION: 6000.3.0f1
16
PROJECT_PATH: .
17
18
jobs:
.github/workflows/license.yml
@@ -10,7 +10,7 @@ concurrency:
10
cancel-in-progress: true
11
env:
- UNITY_VER: 6000.2.6f2
ULF_FILE: Unity_v6000.x.ulf
@@ -24,7 +24,7 @@ jobs:
24
id: alfFile
25
uses: game-ci/unity-request-activation-file@main
26
with:
27
- unityVersion: ${{ env.UNITY_VER }}
+ unityVersion: ${{ env.UNITY_VERSION }}
28
29
# Upload artifact (Unity_v20XX.X.XXXX.alf)
30
- name: Expose as artifact
0 commit comments