File tree 1 file changed +12
-6
lines changed
1 file changed +12
-6
lines changed Original file line number Diff line number Diff line change
1
+ # https://github.com/game-ci/unity-actions
2
+
1
3
name : Test
2
4
3
5
on :
@@ -16,18 +18,22 @@ jobs:
16
18
matrix :
17
19
unityVersion :
18
20
- 2019.4.20f1
19
- - 2020.2.7f1
21
+ - 2020.3.0f1
22
+ - 2021.1.0f1
20
23
steps :
21
- # Set env
22
- - name : Set env UNITY_LICENSE_FILE
23
- run : echo "UNITY_LICENSE_FILE=UnityLicense/${{ matrix.unityVersion }}.ulf" >> $GITHUB_ENV
24
-
25
24
# Checkout Empty Project
26
25
- name : Checkout Empty Project
27
26
uses : actions/checkout@v2
28
27
with :
29
28
repository : litefeel/UnityEmptyProject
30
29
30
+ # Set env
31
+ - name : Set env UNITY_LICENSE_FILE
32
+ run : |
33
+ echo 'UNITY_LICENSE<<EOF' >> $GITHUB_ENV
34
+ cat UnityLicense/${{ matrix.unityVersion }}.ulf >> $GITHUB_ENV
35
+ echo '' >> $GITHUB_ENV
36
+ echo 'EOF' >> $GITHUB_ENV
31
37
# Checkout this project
32
38
- name : Checkout repository
33
39
uses : actions/checkout@v2
67
73
# name: Upload build
68
74
# with:
69
75
# name: Build
70
- # path: build
76
+ # path: build
You can’t perform that action at this time.
0 commit comments