Skip to content

Commit eed7100

Browse files
committed
Update Unity version and license secret in workflows
Changed Unity version from 2021.3.29f1 to 2021.3.45f2 in both package and release workflows. Updated UNITY_LICENSE secret reference in package workflow to use the generic UNITY_LICENSE variable.
1 parent f9ea9a9 commit eed7100

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
push: { branches: [main] }
66

77
env:
8-
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE_2020 }}
8+
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
99

1010
jobs:
1111
build:
@@ -34,7 +34,7 @@ jobs:
3434
UNITY_EMAIL: ${{ secrets.UNITY_EMAIL }}
3535
UNITY_PASSWORD: ${{ secrets.UNITY_PASSWORD }}
3636
with:
37-
unityVersion: 2021.3.29f1
37+
unityVersion: 2021.3.45f2
3838
buildMethod: MackySoft.PackageTools.Editor.UnityPackageExporter.Export
3939

4040
# Upload

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ jobs:
6565
needs: [update-packagejson]
6666
strategy:
6767
matrix:
68-
unity: ["2021.3.29f1"]
68+
unity: ["2021.3.45f2"]
6969
include:
70-
- unityVersion: 2021.3.29f1
70+
- unityVersion: 2021.3.45f2
7171
license: UNITY_LICENSE
7272
runs-on: ubuntu-latest
7373
timeout-minutes: 15

0 commit comments

Comments
 (0)