Skip to content

Commit f92de82

Browse files
committed
fix: workflow command
1 parent 98ec891 commit f92de82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Grant execute permission for gradlew
1818
run: chmod +x gradlew
1919
- name: Build with Gradle
20-
run: ./gradlew wasmJsBrowserWebpack
20+
run: ./gradlew wasmJsBrowserDistribution
2121
- name: deploy
2222
uses: peaceiris/actions-gh-pages@v3
2323
with:

0 commit comments

Comments
 (0)