Skip to content

Commit ff1c02a

Browse files
committed
Comment gzip action.
1 parent 25a1306 commit ff1c02a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rust.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
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:

0 commit comments

Comments
 (0)