Skip to content

Commit 1152e41

Browse files
committed
ci: Build right version
1 parent 4a2bcdf commit 1152e41

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env:
1313
# License
1414
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1515
# Project
16-
UNITY_VERSION: 6000.0.11f1
16+
UNITY_VERSION: 6000.2.0f1
1717
PROJECT_PATH: .
1818

1919
jobs:

.github/workflows/license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
env:
13-
UNITY_VERSION: 6000.0.11f1
13+
UNITY_VERSION: 6000.2.0f1
1414
ULF_FILE: Unity_v6000.x.ulf
1515

1616
jobs:

.github/workflows/package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313
# License
1414
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
1515
# Project
16-
UNITY_VERSION: 6000.0.11f1
16+
UNITY_VERSION: 6000.2.0f1
1717
PROJECT_PATH: .
1818
# Packaging
19-
PKG_VERSION: 2.4.1
19+
PKG_VERSION: 4.0.1
2020
BUILD_METHOD: jcs090218.PackageExporter.BatchMode.Export
2121

2222
jobs:

0 commit comments

Comments
 (0)