chore(ci): incorrect build with args command
This commit is contained in:
@@ -95,15 +95,15 @@ jobs:
|
||||
|
||||
- name: Build (Windows Only) # Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build ${{ matrix.builder-args }}
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }}
|
||||
|
||||
- name: Build (macOS Only) # macOS
|
||||
if: matrix.os == 'macos-13' || matrix.os == 'macos-latest'
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build ${{ matrix.builder-args }}
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }}
|
||||
|
||||
- name: Build (Linux Only) # Linux
|
||||
if: matrix.os == 'ubuntu-latest' || matrix.os == 'ubuntu-24.04-arm'
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build ${{ matrix.builder-args }}
|
||||
run: pnpm run -F @proj-airi/stage-tamagotchi build && pnpm -F @proj-airi/stage-tamagotchi exec electron-builder build ${{ matrix.builder-args }}
|
||||
|
||||
# ---------
|
||||
# Nightly (schedule) builds only
|
||||
|
||||
Reference in New Issue
Block a user