File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3131 version : ' latest'
3232 - name : Install wasm target
3333 run : rustup target install wasm32-unknown-unknown
34+
3435 - name : Build
3536 run : cargo build --release --target wasm32-unknown-unknown
3637 - name : wasm-bindgen
@@ -39,10 +40,11 @@ jobs:
3940 run : wasm-strip ./out/tabletop_bg.wasm
4041 - name : wasm-opt
4142 run : wasm-opt -Oz --enable-bulk-memory --enable-nontrapping-float-to-int --enable-reference-types --enable-sign-ext -o ./out/tabletop_bg.wasm ./out/tabletop_bg.wasm
42- - name : gzip
43- run : gzip -f ./out/tabletop_bg.wasm
43+ # - name: gzip
44+ # run: gzip -f ./out/tabletop_bg.wasm
4445 - name : Copy
4546 run : cp -R assets out/ && cp www/index.html out/index.html
47+
4648 - name : Push
4749 uses : s0/git-publish-subdir-action@develop
4850 env :
You can’t perform that action at this time.
0 commit comments