Skip to content

Commit

Permalink
Update Java CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 31, 2024
1 parent 6bae727 commit d3487ff
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
mkdir -p /tmp/upload/go
cp wsgup /tmp/upload/go
- name: "Build Java"
run: |
cd $GITHUB_WORKSPACE/java/wsgup
./gradlew
mkdir -p /tmp/upload/java
unzip app/build/distributions/app.zip -d /tmp/upload/java
- name: "Build JavaScript/Node.js"
run: |
cd $GITHUB_WORKSPACE/js/wsgup
Expand Down

0 comments on commit d3487ff

Please sign in to comment.