Skip to content

Commit f0a0c42

Browse files
committed
bbsbgbsfg
tob
1 parent 5a66ba0 commit f0a0c42

File tree

1 file changed

+37
-30
lines changed

1 file changed

+37
-30
lines changed

.github/workflows/newExportUnityPackage.yml

+37-30
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,41 @@ on: [push, pull_request]
1010
# https://github.com/marketplace/actions/create-unitypackage
1111
jobs:
1212
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
2623
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

Comments
 (0)