Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f2d9c6a

Browse files
committedAug 5, 2024·
Upgrade task of distribution
1 parent ab7a374 commit f2d9c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v3
1717

1818
- name: Run Gradle Tasks
19-
run: ./gradlew wasmJsBrowserProductionWebpack
19+
run: ./gradlew wasmJsBrowserDistribution
2020

2121
- name: Fix permissions
2222
run: |

0 commit comments

Comments
 (0)
Please sign in to comment.