File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
2020Then open another terminal and run:
2121
2222``` bash
23- $ cd /packages /tamagotchi
23+ $ cd /apps /tamagotchi
2424$ pnpm dev:tamagotchi
2525```
2626
Original file line number Diff line number Diff 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 ] ,
You can’t perform that action at this time.
0 commit comments