Skip to content

Commit

Permalink
Build correct wasm binary
Browse files Browse the repository at this point in the history
  • Loading branch information
Vilsol committed Dec 21, 2020
1 parent 6b442b5 commit 2c82701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
fetch-depth: 0

- name: Build
run: go build -ldflags="-s -w" -v -o go-mlog.wasm .
run: go build -ldflags="-s -w" -v -o go-mlog.wasm ./wasm
env:
GOOS: js
GOARCH: wasm
Expand Down

0 comments on commit 2c82701

Please sign in to comment.