mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-11 21:11:36 +01:00
Fix build command
This commit is contained in:
2
.github/workflows/artifacts.yml
vendored
2
.github/workflows/artifacts.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
working-directory: ./src-tauri
|
||||
run: |
|
||||
npm install
|
||||
node ../../tooling/cli.js/bin/tauri build
|
||||
npm run tauri-build
|
||||
env:
|
||||
TAURI_PRIVATE_KEY: ${{secrets.TAURI_PRIVATE_KEY}}
|
||||
TAURI_KEY_PASSWORD: ${{secrets.TAURI_KEY_PASSWORD}}
|
||||
|
||||
Reference in New Issue
Block a user