fix(ci): tamagotchi path 2

This commit is contained in:
LemonNeko
2025-04-01 01:47:25 +08:00
parent a76a54d788
commit 6dcadabc10
2 changed files with 3 additions and 6 deletions
+2 -2
View File
@@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
include:
- os: macos-13
- os: macos-latest
target: x86_64-apple-darwin
arch: x64
artifact: dmg
@@ -83,7 +83,7 @@ jobs:
run: pnpm run packages:build
- name: Build Application
run: pnpm run -F @proj-airi/stage-tamagotchi-tauri tauri build --target ${{ matrix.target }}
run: cd apps/stage-tamagotchi-tauri && pnpm tauri build --target ${{ matrix.target }}
- run: |
mv apps/stage-tamagotchi-tauri/src-tauri/target/${{ matrix.target }}/release/bundle/airi_${{ github.ref_name }}_${{ matrix.arch }}.${{ matrix.artifact }} \