We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3ba4c commit b210515Copy full SHA for b210515
1 file changed
.github/workflows/go.yaml
@@ -53,6 +53,7 @@ jobs:
53
run: make prod_build_web # just web for now
54
55
- name: Compress (Zstd and Brotli)
56
+ working-directory: build/web
57
run: |
58
zstd -7 main.wasm -o main.wasm.zst
59
brotli -q 11 main.wasm -o main.wasm.br
0 commit comments