Skip to content

Commit

Permalink
bbsbgbsfg
Browse files Browse the repository at this point in the history
tob
  • Loading branch information
JOELwindows7 committed Nov 27, 2023
1 parent 5a66ba0 commit f0a0c42
Showing 1 changed file with 37 additions and 30 deletions.
67 changes: 37 additions & 30 deletions .github/workflows/newExportUnityPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,34 +10,41 @@ on: [push, pull_request]
# https://github.com/marketplace/actions/create-unitypackage
jobs:
echo:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Include which files you wanted to the list file
run: |
cd DiceGlow
pwd
ls
echo "Assets/JOELwindows7.meta" > ../metaList
find Assets/JOELwindows7/ -name \*.meta >> ../metaList
- name: create output directory here
run: mkdir a
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Include which files you wanted to the list file
run: |
cd DiceGlow
pwd
ls
echo "Assets/JOELwindows7.meta" > ../metaList
find Assets/JOELwindows7/ -name \*.meta >> ../metaList
- name: Wait, check everything first.
run: |
pwd
ls
echo 'Okay good right?'
- name: It's morbin time!
uses: pCYSl5EDgo/create-unitypackage@master
with:
package-path: 'a/WholeJOELwindows7CVRSets.unitypackage'
include-files: metaList
project-folder: 'DiceGlow'
- name: Here's your morbin sir!
uses: actions/upload-artifact@master
with:
path: a
name: package
- name: create output directory here
run: mkdir a

- name: Wait, check everything first.
run: |
pwd
ls
echo 'Okay good right?'
- name: Again, inside DiceGlow.
run: |
cd DiceGlow
pwd
ls
echo 'Okay good right?'
- name: It's morbin time!
uses: pCYSl5EDgo/create-unitypackage@master
with:
package-path: 'a/WholeJOELwindows7CVRSets.unitypackage'
include-files: metaList
project-folder: 'DiceGlow'
- name: Here's your morbin sir!
uses: actions/upload-artifact@master
with:
path: a
name: package

0 comments on commit f0a0c42

Please sign in to comment.