We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 878a5fc commit 2f92c85Copy full SHA for 2f92c85
1 file changed
.github/workflows/release.yml
@@ -26,5 +26,5 @@ jobs:
26
uses: softprops/action-gh-release@v1
27
if: startsWith(github.ref, 'refs/tags/')
28
with:
29
- files: ./target/wasm32-wasi/release/multitask.wasm
+ files: ./target/wasm32-wasip1/release/multitask.wasm
30
0 commit comments