fix(ci): missing if constraints for build step
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user