refactor(stage-tamagotchi): remove stage electron (#115)

* refactor(stage-tamagotchi): remove stage electron

* fix(stage-tamagotchi): path
This commit is contained in:
LemonNeko
2025-04-05 18:04:13 +08:00
committed by GitHub
parent ed01d1e08b
commit 15fa1fcfbe
147 changed files with 57 additions and 7216 deletions
+3 -3
View File
@@ -59,13 +59,13 @@ jobs:
run: pnpm run packages:build
- name: Build Application
run: cd apps/stage-tamagotchi-tauri && pnpm tauri build --target ${{ matrix.target }}
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
- name: Rename Artifacts
run: node apps/stage-tamagotchi-tauri/scripts/rename-artifacts.js ${{ matrix.target }}
run: node apps/stage-tamagotchi/scripts/rename-artifacts.js ${{ matrix.target }}
- name: Upload To GitHub Releases
uses: softprops/action-gh-release@v2
with:
files: apps/stage-tamagotchi-tauri/bundle/airi_*
files: apps/stage-tamagotchi/bundle/airi_*
append_body: true
+3 -3
View File
@@ -61,13 +61,13 @@ jobs:
run: pnpm run packages:build
- name: Build Application
run: cd apps/stage-tamagotchi-tauri && pnpm tauri build --target ${{ matrix.target }}
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
- name: Rename Artifacts
run: node apps/stage-tamagotchi-tauri/scripts/rename-artifacts.js ${{ matrix.target }}
run: node apps/stage-tamagotchi/scripts/rename-artifacts.js ${{ matrix.target }}
- name: Upload To GitHub Releases
uses: softprops/action-gh-release@v2
with:
files: apps/stage-tamagotchi-tauri/bundle/airi_*
files: apps/stage-tamagotchi/bundle/airi_*
append_body: true