Skip to content

Commit

Permalink
Enable publication of WebAssembly target
Browse files Browse the repository at this point in the history
  • Loading branch information
serras authored May 15, 2024
1 parent 84a9b3a commit 8bee423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
run: ./gradlew assemble -Pversion=2.0.0-alpha.1 -Penable_wasm=true

- name: Publish artifacts
run: ./gradlew -Pversion=2.0.0-alpha.1 publish
run: ./gradlew -Pversion=2.0.0-alpha.1 publish -Penable_wasm=true

0 comments on commit 8bee423

Please sign in to comment.