We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e94715 commit 0db75c9Copy full SHA for 0db75c9
.github/workflows/pre-release.yml
@@ -18,7 +18,7 @@ jobs:
18
uses: Navigraph/cargo-msfs@v1
19
with:
20
token: ${{ secrets.BOT_TOKEN }}
21
- run: npm run build:wasm-workflow
+ run: ./scripts/build.sh
22
23
- name: Pre-Release
24
uses: softprops/action-gh-release@v1
0 commit comments