From 6394c380fc90e4c335e011a882459df4e114bf98 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sun, 12 Mar 2023 18:11:24 -0700 Subject: [PATCH] Fix build command --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 3f208664..1fa09f06 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -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}}