Skip to content

Commit 2401293

Browse files
authored
fix: tamagotchi path (#27)
1 parent a921b78 commit 2401293

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-tamagotchi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
uses: actions/upload-artifact@v4
7979
with:
8080
name: airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}
81-
path: packages/stage-tamagotchi/dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}
81+
path: apps/stage-tamagotchi/dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}
8282

8383
release-tamagotchi:
8484
name: Release Tamagotchi

apps/stage-tamagotchi/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ $ pnpm install
1313
### Development
1414

1515
```bash
16-
$ cd /packages/stage
16+
$ cd /apps/stage
1717
$ pnpm dev:tamagotchi
1818
```
1919

2020
Then open another terminal and run:
2121

2222
```bash
23-
$ cd /packages/tamagotchi
23+
$ cd /apps/tamagotchi
2424
$ pnpm dev:tamagotchi
2525
```
2626

eslint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export default antfu(
88
ignores: [
99
'**/assets/js/**',
1010
'**/assets/live2d/models/**',
11-
'packages/stage-tamagotchi/out/**',
11+
'apps/stage-tamagotchi/out/**',
1212
'**/drizzle/**',
1313
'**/.astro/**',
1414
],

0 commit comments

Comments
 (0)