Skip to content

Commit b210515

Browse files
committed
fix CI
1 parent ac3ba4c commit b210515

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/go.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
run: make prod_build_web # just web for now
5454

5555
- name: Compress (Zstd and Brotli)
56+
working-directory: build/web
5657
run: |
5758
zstd -7 main.wasm -o main.wasm.zst
5859
brotli -q 11 main.wasm -o main.wasm.br

0 commit comments

Comments
 (0)