File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 # exit code is 1 for manual activation
3131 continue-on-error : true
3232 env :
33- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE_2021_3_4 }}
33+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3434 run : |
3535 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3636 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
Original file line number Diff line number Diff line change 2222 uses : ./.github/workflows/run-test.yml
2323 secrets :
2424 # checking if same license will work
25- unity_license : ${{ secrets.UNITY_LICENSE_2021_3_4 }}
25+ unity_license : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
2626 access_token : ${{ secrets.GITHUB_TOKEN }}
2727 with :
2828 unity_container : unityci/editor:ubuntu-2022.3.62f2-base-3.1.0
3535 uses : ./.github/workflows/run-test.yml
3636 secrets :
3737 # checking if same license will work
38- unity_license : ${{ secrets.UNITY_LICENSE_2021_3_4 }}
38+ unity_license : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3939 access_token : ${{ secrets.GITHUB_TOKEN }}
4040 with :
4141 unity_container : unityci/editor:ubuntu-6000.0.37f1-base-3.1.0
5353 # exit code is 1 for manual activation
5454 continue-on-error : true
5555 env :
56- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE2 }}
56+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
5757 run : |
5858 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
5959 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
@@ -128,7 +128,7 @@ jobs:
128128 # exit code is 1 for manual activation
129129 continue-on-error : true
130130 env :
131- UNITY_LICENSE : ${{ secrets.UNITY_LICENSE2 }}
131+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
132132 run : |
133133 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
134134 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
Original file line number Diff line number Diff line change 2828 - name : Activate unity
2929 continue-on-error : true
3030 env :
31- UNITY_LICENSE : ${{ secrets.unity_license }}
31+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE_2022_3_0 }}
3232 run : |
3333 echo "$UNITY_LICENSE" | tr -d '\r' > UnityLicenseFile.ulf
3434 unity-editor -nographics -logFile /dev/stdout -manualLicenseFile UnityLicenseFile.ulf -quit
You can’t perform that action at this time.
0 commit comments