fix(ci): missing if constraints for build step

This commit is contained in:
Neko Ayaka
2025-07-09 17:03:28 +08:00
parent a31671f951
commit 160078c6e8
+2
View File
@@ -90,9 +90,11 @@ jobs:
run: pnpm run build:packages
- name: Build Application (macOS Only)
if: matrix.os == 'macos-latest'
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }}
- name: Build Application (Linux and Windows Only)
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm' || matrix.os == 'windows-latest'
run: cd apps/stage-tamagotchi && pnpm tauri build --target ${{ matrix.target }} --features cuda
- name: Rename Artifacts (Nightly)