Skip to content

Commit 1a1cb53

Browse files
committed
fix: update tauri build command to use npx for execution
1 parent 9c61817 commit 1a1cb53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tauri-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY }}
126126
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
127127
run: |
128-
npm run tauri build ${{ matrix.args }}
128+
npx tauri build ${{ matrix.args }}
129129
130130
- name: List bundle contents
131131
shell: bash

0 commit comments

Comments
 (0)