File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -61,10 +61,10 @@ jobs:
61
61
needs : [update-packagejson]
62
62
strategy :
63
63
matrix :
64
- unity : ["2020 .3.8f1 "]
64
+ unity : ["2021 .3.29f1 "]
65
65
include :
66
- - unityVersion : 2020 .3.8f1
67
- license : UNITY_LICENSE_2020
66
+ - unityVersion : 2021 .3.29f1
67
+ license : UNITY_LICENSE
68
68
runs-on : ubuntu-latest
69
69
timeout-minutes : 15
70
70
steps :
74
74
ref : ${{ needs.update-packagejson.outputs.sha }}
75
75
76
76
- name : Export unitypackage
77
- uses : game-ci/unity-builder@v2
77
+ uses : game-ci/unity-builder@v4
78
78
env :
79
- UNITY_LICENSE : ${{ secrets[matrix.license] }}
79
+ UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
80
+ UNITY_EMAIL : ${{ secrets.UNITY_EMAIL }}
81
+ UNITY_PASSWORD : ${{ secrets.UNITY_PASSWORD }}
80
82
with :
81
83
projectPath : .
82
84
unityVersion : ${{ matrix.unityVersion }}
You can’t perform that action at this time.
0 commit comments