@@ -10,34 +10,41 @@ on: [push, pull_request]
10
10
# https://github.com/marketplace/actions/create-unitypackage
11
11
jobs :
12
12
echo :
13
- runs-on : ubuntu-latest
14
- steps :
15
- - uses : actions/checkout@v2
16
- - name : Include which files you wanted to the list file
17
- run : |
18
- cd DiceGlow
19
- pwd
20
- ls
21
- echo "Assets/JOELwindows7.meta" > ../metaList
22
- find Assets/JOELwindows7/ -name \*.meta >> ../metaList
23
-
24
- - name : create output directory here
25
- run : mkdir a
13
+ runs-on : ubuntu-latest
14
+ steps :
15
+ - uses : actions/checkout@v2
16
+ - name : Include which files you wanted to the list file
17
+ run : |
18
+ cd DiceGlow
19
+ pwd
20
+ ls
21
+ echo "Assets/JOELwindows7.meta" > ../metaList
22
+ find Assets/JOELwindows7/ -name \*.meta >> ../metaList
26
23
27
- - name : Wait, check everything first.
28
- run : |
29
- pwd
30
- ls
31
- echo 'Okay good right?'
32
-
33
- - name : It's morbin time!
34
- uses : pCYSl5EDgo/create-unitypackage@master
35
- with :
36
- package-path : ' a/WholeJOELwindows7CVRSets.unitypackage'
37
- include-files : metaList
38
- project-folder : ' DiceGlow'
39
- - name : Here's your morbin sir!
40
- uses : actions/upload-artifact@master
41
- with :
42
- path : a
43
- name : package
24
+ - name : create output directory here
25
+ run : mkdir a
26
+
27
+ - name : Wait, check everything first.
28
+ run : |
29
+ pwd
30
+ ls
31
+ echo 'Okay good right?'
32
+
33
+ - name : Again, inside DiceGlow.
34
+ run : |
35
+ cd DiceGlow
36
+ pwd
37
+ ls
38
+ echo 'Okay good right?'
39
+
40
+ - name : It's morbin time!
41
+ uses : pCYSl5EDgo/create-unitypackage@master
42
+ with :
43
+ package-path : ' a/WholeJOELwindows7CVRSets.unitypackage'
44
+ include-files : metaList
45
+ project-folder : ' DiceGlow'
46
+ - name : Here's your morbin sir!
47
+ uses : actions/upload-artifact@master
48
+ with :
49
+ path : a
50
+ name : package
0 commit comments