Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mackysoft committed Dec 31, 2023
1 parent e6f57ed commit ba83546
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
needs: [update-packagejson]
strategy:
matrix:
unity: ["2020.3.8f1"]
unity: ["2021.3.29f1"]
include:
- unityVersion: 2020.3.8f1
license: UNITY_LICENSE_2020
- unityVersion: 2021.3.29f1
license: UNITY_LICENSE
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
Expand All @@ -74,9 +74,11 @@ jobs:
ref: ${{ needs.update-packagejson.outputs.sha }}

- name: Export unitypackage
uses: game-ci/unity-builder@v2
uses: game-ci/unity-builder@v4
env:
UNITY_LICENSE: ${{ secrets[matrix.license] }}
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
with:
projectPath: .
unityVersion: ${{ matrix.unityVersion }}
Expand Down

0 comments on commit ba83546

Please sign in to comment.