Skip to content

Commit 4c0896a

Browse files
fix: fix build script
1 parent b531fcd commit 4c0896a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: bash
4343

4444
- name: Run Cross-Platform Build Script
45-
run: node tauri-build.js
45+
run: node build-desktop.js
4646
shell: bash
4747

4848
- name: Setup Rust

0 commit comments

Comments
 (0)