File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
1818jobs :
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ concurrency:
1010 cancel-in-progress : true
1111
1212env :
13- UNITY_VER : 6000.2.6f2
13+ UNITY_VERSION : 6000.3.0f1
1414 ULF_FILE : Unity_v6000.x.ulf
1515
1616jobs :
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
Original file line number Diff line number Diff line change 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 # Packaging
1818 PKG_VERSION : 0.1.3
You can’t perform that action at this time.
0 commit comments