Update release.yaml
This commit is contained in:
parent
e6f57ed763
commit
ba83546f0a
12
.github/workflows/release.yaml
vendored
12
.github/workflows/release.yaml
vendored
@ -61,10 +61,10 @@ jobs:
|
|||||||
needs: [update-packagejson]
|
needs: [update-packagejson]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
unity: ["2020.3.8f1"]
|
unity: ["2021.3.29f1"]
|
||||||
include:
|
include:
|
||||||
- unityVersion: 2020.3.8f1
|
- unityVersion: 2021.3.29f1
|
||||||
license: UNITY_LICENSE_2020
|
license: UNITY_LICENSE
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 15
|
timeout-minutes: 15
|
||||||
steps:
|
steps:
|
||||||
@ -74,9 +74,11 @@ jobs:
|
|||||||
ref: ${{ needs.update-packagejson.outputs.sha }}
|
ref: ${{ needs.update-packagejson.outputs.sha }}
|
||||||
|
|
||||||
- name: Export unitypackage
|
- name: Export unitypackage
|
||||||
uses: game-ci/unity-builder@v2
|
uses: game-ci/unity-builder@v4
|
||||||
env:
|
env:
|
||||||
UNITY_LICENSE: ${{ secrets[matrix.license] }}
|
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
|
||||||
|
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
|
||||||
|
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
projectPath: .
|
projectPath: .
|
||||||
unityVersion: ${{ matrix.unityVersion }}
|
unityVersion: ${{ matrix.unityVersion }}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user