Skip to content

Commit

Permalink
fix: wasm版本打包失败的问题,无更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ystyle committed Jan 23, 2024
1 parent 05e553e commit 12794b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
zip -j kaf-cli_${version}_linux_amd64.zip build/linux-amd64/kaf-cli
zip -j kaf-cli_${version}_linux_arm64.zip build/linux-arm64/kaf-cli
zip -j kaf-cli_${version}_linux_loong64.zip build/linux-loong64/kaf-cli
zip -j kaf-cli_${version}_wasm_wasip1.zip build/wasm-wasip1/kaf-cli README_wasi.md
zip -j kaf-cli_${version}_wasm_wasip1.zip build/wasm-wasip1/kaf-cli.wasm README_wasi.md
- name: Upload release binaries
uses: alexellis/[email protected]
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,7 @@ golang.org/x/net v0.7.0 h1:rJrUqqhjsgNp7KqAIc25s9pZnjU7TUcSY7HcVZjdn1g=
golang.org/x/net v0.7.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
golang.org/x/sys v0.0.0-20201119102817-f84b799fce68/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.0.0-20210423082822-04245dca01da/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
golang.org/x/sys v0.5.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
golang.org/x/term v0.5.0/go.mod h1:jMB1sMXY+tzblOD4FWmEbocvup2/aLOaQEp7JmGp78k=
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

0 comments on commit 12794b3

Please sign in to comment.