File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88
88
run : bun i --frozen-lockfile
89
89
90
90
- name : Build WASM
91
- run : bun run package
91
+ run : bun run build:wasm && bun run package
92
92
93
93
- name : Upload WASM module to GitHub
94
94
uses : actions/upload-artifact@v4
Original file line number Diff line number Diff line change 26
26
run : bun i --frozen-lockfile
27
27
28
28
- name : Build WASM
29
- run : bun run package
29
+ run : bun run build:wasm && bun run package
30
30
31
31
- name : Pre-Release
32
32
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 27
27
run : bun i --frozen-lockfile
28
28
29
29
- name : Build WASM
30
- run : bun run package
30
+ run : bun run build:wasm && bun run package
31
31
32
32
- name : Release
33
33
uses : softprops/action-gh-release@v1
Original file line number Diff line number Diff line change 10
10
"build:wasm" : " bun ./scripts/cargo-msfs.ts" ,
11
11
"build:wasm:2020" : " bun ./scripts/cargo-msfs.ts --version 2020" ,
12
12
"build:wasm:2024" : " bun ./scripts/cargo-msfs.ts --version 2024" ,
13
- "package" : " bun run build:wasm && bestzip wasm.zip dist/wasm/*"
13
+ "package" : " bestzip wasm.zip dist/wasm/*"
14
14
},
15
15
"devDependencies" : {
16
16
"@eslint/js" : " ^9.23.0" ,
You can’t perform that action at this time.
0 commit comments