fix(ci): tamagotchi path

This commit is contained in:
LemonNeko
2025-04-01 01:37:30 +08:00
parent afc418997c
commit 7d47babe3f
+1 -2
View File
@@ -83,10 +83,9 @@ jobs:
run: pnpm run packages:build
- name: Build Application
run: pnpm run -F @proj-airi/stage-tamagotchi build:${{ matrix.platform }}
run: pnpm run -F @proj-airi/stage-tamagotchi-tauri tauri build --target ${{ matrix.target }}
- run: |
mkdir -p dist
mv apps/stage-tamagotchi-tauri/src-tauri/target/${{ matrix.target }}/release/bundle/airi_${{ github.ref_name }}_${{ matrix.arch }}.${{ matrix.artifact }} \
tamagotchi-dist/airi-${{ matrix.platform }}-${{ matrix.arch }}-${{ github.ref_name }}.${{ matrix.artifact }}