Skip to content

Commit

Permalink
alternatively
Browse files Browse the repository at this point in the history
  • Loading branch information
JOELwindows7 committed Nov 27, 2023
1 parent e824c30 commit 36368d5
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/newExportUnityPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,11 @@ jobs:
- uses: actions/checkout@v2
- name: Include which files you wanted to the list file
run: |
echo "DiceGlow/Assets/JOELwindows7.meta" > metaList
find DiceGlow/Assets/JOELwindows7/ -name \*.meta >> metaList
cd DiceGlow
pwd
ls
echo "Assets/JOELwindows7.meta" > metaList
find Assets/JOELwindows7/ -name \*.meta >> metaList
- name: create output directory here
run: mkdir a
Expand All @@ -32,7 +35,7 @@ jobs:
with:
package-path: 'a/WholeJOELwindows7CVRSets.unitypackage'
include-files: metaList
# project-folder: 'DiceGlow'
project-folder: 'DiceGlow'
- name: Here's your morbin sir!
uses: actions/upload-artifact@master
with:
Expand Down

0 comments on commit 36368d5

Please sign in to comment.