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 }} \
+1 -4
View File
@@ -9,10 +9,7 @@
"start": "electron-vite preview",
"dev": "vite",
"build": "vite build",
"build:unpack": "tauri build --no-bundle",
"build:win": "tauri build --target x86_64-pc-windows-msvc",
"build:mac": "tauri build --target aarch64-apple-darwin",
"build:linux": "tauri build --target x86_64-unknown-linux-gnu"
"build:unpack": "tauri build --no-bundle"
},
"dependencies": {
"@11labs/client": "^0.1.0",