File tree Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Expand file tree Collapse file tree 4 files changed +8
-18
lines changed Original file line number Diff line number Diff line change 12
12
# License
13
13
UNITY_LICENSE : ${{ secrets.UNITY_LICENSE }}
14
14
# Project
15
- UNITY_VERSION : 2022 .1.9f1
15
+ UNITY_VERSION : 2023 .1.0f1
16
16
PROJECT_PATH : .
17
17
18
18
jobs :
34
34
name : Test all modes ✨
35
35
runs-on : ubuntu-latest
36
36
steps :
37
- - uses : actions/checkout@v2
37
+ - uses : actions/checkout@v3
38
38
with :
39
39
lfs : true
40
40
Original file line number Diff line number Diff line change @@ -13,19 +13,9 @@ concurrency:
13
13
jobs :
14
14
build :
15
15
runs-on : ubuntu-latest
16
-
17
- strategy :
18
- matrix :
19
- node-version : [16.x]
20
-
21
16
steps :
22
17
- name : Checkout repository
23
- uses : actions/checkout@v2
24
-
25
- - name : Set up Node.js ${{ matrix.node-version }}
26
- uses : actions/setup-node@v1
27
- with :
28
- node-version : ${{ matrix.node-version }}
18
+ uses : actions/checkout@v3
29
19
30
20
- name : Install SiraDoc
31
21
run : npm install --global @siradoc/siradoc
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ concurrency:
10
10
cancel-in-progress : true
11
11
12
12
env :
13
- UNITY_VER : 2022 .1.9f1
14
- ULF_FILE : Unity_v2022 .x.ulf
13
+ UNITY_VERSION : 2023 .1.0f1
14
+ ULF_FILE : Unity_v2023 .x.ulf
15
15
16
16
jobs :
17
17
request_alf :
24
24
id : alfFile
25
25
uses : game-ci/unity-request-activation-file@main
26
26
with :
27
- unityVersion : ${{ env.UNITY_VER }}
27
+ unityVersion : ${{ env.UNITY_VERSION }}
28
28
29
29
# Upload artifact (Unity_v20XX.X.XXXX.alf)
30
30
- name : Expose as artifact
49
49
name : ${{ needs.request_alf.outputs.alf }}
50
50
51
51
- name : Set up Node.js
52
- uses : actions/setup-node@v1
52
+ uses : actions/setup-node@v3
53
53
with :
54
54
node-version : ' 16'
55
55
Original file line number Diff line number Diff line change 46
46
targetPlatform :
47
47
- StandaloneWindows64
48
48
steps :
49
- - uses : actions/checkout@v2
49
+ - uses : actions/checkout@v3
50
50
with :
51
51
lfs : true
52
52
You can’t perform that action at this time.
0 commit comments