We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adc3fc3 commit 1f5e07eCopy full SHA for 1f5e07e
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v3
17
18
- name: Run Gradle Tasks
19
- run: ./gradlew wasmJsBrowserProductionWebpack
+ run: ./gradlew wasmJsBrowserDistribution
20
21
- name: Fix permissions
22
run: |
0 commit comments