Skip to content

Commit

Permalink
Really Brother?
Browse files Browse the repository at this point in the history
```
  echo "Assets/JOELwindows7.meta" > metaList
  find Assets/JOELwindows7/ -name \*.meta >> metaList
  shell: /usr/bin/bash -e {0}
find: ‘Assets/JOELwindows7/’: No such file or directory
Error: Process completed with exit code 1.
```

what do you expect from `project-folder`?
  • Loading branch information
JOELwindows7 committed Nov 27, 2023
1 parent a278f5c commit e824c30
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/newExportUnityPackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
- uses: actions/checkout@v2
- name: Include which files you wanted to the list file
run: |
echo "Assets/JOELwindows7.meta" > metaList
find Assets/JOELwindows7/ -name \*.meta >> metaList
echo "DiceGlow/Assets/JOELwindows7.meta" > metaList
find DiceGlow/Assets/JOELwindows7/ -name \*.meta >> metaList
- name: create output directory here
run: mkdir a
Expand All @@ -32,7 +32,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 e824c30

Please sign in to comment.