Skip to content

Commit 0db75c9

Browse files
committed
fix: script runner
1 parent 4e94715 commit 0db75c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: Navigraph/cargo-msfs@v1
1919
with:
2020
token: ${{ secrets.BOT_TOKEN }}
21-
run: npm run build:wasm-workflow
21+
run: ./scripts/build.sh
2222

2323
- name: Pre-Release
2424
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)