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.
2 parents e6f57ed + ba83546 commit 1e52b89Copy full SHA for 1e52b89
1 file changed
.github/workflows/release.yaml
@@ -61,10 +61,10 @@ jobs:
61
needs: [update-packagejson]
62
strategy:
63
matrix:
64
- unity: ["2020.3.8f1"]
+ unity: ["2021.3.29f1"]
65
include:
66
- - unityVersion: 2020.3.8f1
67
- license: UNITY_LICENSE_2020
+ - unityVersion: 2021.3.29f1
+ license: UNITY_LICENSE
68
runs-on: ubuntu-latest
69
timeout-minutes: 15
70
steps:
@@ -74,9 +74,11 @@ jobs:
74
ref: ${{ needs.update-packagejson.outputs.sha }}
75
76
- name: Export unitypackage
77
- uses: game-ci/unity-builder@v2
+ uses: game-ci/unity-builder@v4
78
env:
79
- UNITY_LICENSE: ${{ secrets[matrix.license] }}
+ UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
80
+ UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
81
+ UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
82
with:
83
projectPath: .
84
unityVersion: ${{ matrix.unityVersion }}
0 commit comments