mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-24 17:11:00 +00:00
ci: make matrix args actually work
This commit is contained in:
@@ -98,11 +98,15 @@ jobs:
|
||||
run: pnpm install
|
||||
|
||||
- name: build Tauri app
|
||||
run: pnpm run tauri:build -- ${{ matrix.args }}
|
||||
run: pnpm tauri build ${{ matrix.args }}
|
||||
env:
|
||||
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
|
||||
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
|
||||
|
||||
- name: run macOS postbuild
|
||||
run: pnpm post-build:macos
|
||||
if: matrix.platform == 'macos-latest'
|
||||
|
||||
- name: Create PKG with post-install script (macOS only)
|
||||
if: matrix.platform == 'macos-latest'
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user