Commit 37c8e99
committed
Refactor GitHub Actions workflow for WebAssembly build
This commit refactors the GitHub Actions workflow for building the WebAssembly (WasmJS) application.
It separates the build and distribution steps for the WasmJS app. Previously, only the `wasmJsBrowserDistribution` Gradle task was run. Now, the `app:web:build` task is executed first, followed by the `app:web:wasmJsBrowserDistribution` task. The job name for the distribution step has also been updated to "WasmJS App Distribution".1 parent c9a91de commit 37c8e99
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
| |||
0 commit comments