Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zumbiepig authored Apr 22, 2024
1 parent 8c35483 commit 8ef067c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
with:
validate-wrappers: true
- name: compile javascript
run: chmod +x ./gradlew
./gradlew generateJavascript
run: chmod +x ./gradlew; ./gradlew generateJavascript
- name: build with gradle wrapper
run: ./gradlew build --info
- name: upload artifact
Expand Down

0 comments on commit 8ef067c

Please sign in to comment.