Skip to content

Commit 1e52b89

Browse files
authored
Merge pull request #43 from mackysoft/update-release-workflow
Update release.yaml
2 parents e6f57ed + ba83546 commit 1e52b89

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/workflows/release.yaml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ jobs:
6161
needs: [update-packagejson]
6262
strategy:
6363
matrix:
64-
unity: ["2020.3.8f1"]
64+
unity: ["2021.3.29f1"]
6565
include:
66-
- unityVersion: 2020.3.8f1
67-
license: UNITY_LICENSE_2020
66+
- unityVersion: 2021.3.29f1
67+
license: UNITY_LICENSE
6868
runs-on: ubuntu-latest
6969
timeout-minutes: 15
7070
steps:
@@ -74,9 +74,11 @@ jobs:
7474
ref: ${{ needs.update-packagejson.outputs.sha }}
7575

7676
- name: Export unitypackage
77-
uses: game-ci/unity-builder@v2
77+
uses: game-ci/unity-builder@v4
7878
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 }}
8082
with:
8183
projectPath: .
8284
unityVersion: ${{ matrix.unityVersion }}

0 commit comments

Comments
 (0)