Skip to content

Commit

Permalink
馃挌 disable wasm32-wasi target release
Browse files Browse the repository at this point in the history
  • Loading branch information
Odonno committed Oct 11, 2023
1 parent 17c47e5 commit fe4f070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
archive: tar.gz tar.xz tar.zst
- target: x86_64-apple-darwin
archive: zip
- target: wasm32-wasi
archive: zip
# - target: wasm32-wasi
# archive: zip

steps:
- name: Checkout repository
Expand Down

0 comments on commit fe4f070

Please sign in to comment.