Skip to content

Commit

Permalink
wait, this is completely misunderstanding
Browse files Browse the repository at this point in the history
I thought I already told you go here, why go there twice? where's your locator?

```
node:internal/process/esm_loader:97
    internalBinding('errors').triggerUncaughtException(
                              ^

[Error: ENOENT: no such file or directory, open 'DiceGlow/DiceGlow/Assets/JOELwindows7.meta'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'open',
  path: 'DiceGlow/DiceGlow/Assets/JOELwindows7.meta'
}
```
  • Loading branch information
JOELwindows7 committed Nov 27, 2023
1 parent 97d41f3 commit a278f5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 "DiceGlow/Assets/JOELwindows7.meta" > metaList
find DiceGlow/Assets/JOELwindows7/ -name \*.meta >> metaList
echo "Assets/JOELwindows7.meta" > metaList
find Assets/JOELwindows7/ -name \*.meta >> metaList
- name: create output directory here
run: mkdir a
Expand Down

0 comments on commit a278f5c

Please sign in to comment.