Skip to content

Commit

Permalink
fix: tamagotchi path (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonNekoGH authored Feb 20, 2025
1 parent a921b78 commit 2401293
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-tamagotchi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}
path: packages/stage-tamagotchi/dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}
path: apps/stage-tamagotchi/dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}

release-tamagotchi:
name: Release Tamagotchi
Expand Down
4 changes: 2 additions & 2 deletions apps/stage-tamagotchi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ $ pnpm install
### Development

```bash
$ cd /packages/stage
$ cd /apps/stage
$ pnpm dev:tamagotchi
```

Then open another terminal and run:

```bash
$ cd /packages/tamagotchi
$ cd /apps/tamagotchi
$ pnpm dev:tamagotchi
```

Expand Down
2 changes: 1 addition & 1 deletion eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default antfu(
ignores: [
'**/assets/js/**',
'**/assets/live2d/models/**',
'packages/stage-tamagotchi/out/**',
'apps/stage-tamagotchi/out/**',
'**/drizzle/**',
'**/.astro/**',
],
Expand Down

0 comments on commit 2401293

Please sign in to comment.