Skip to content

Commit

Permalink
Fix permission for gradlew script
Browse files Browse the repository at this point in the history
  • Loading branch information
gyk4j committed Jul 31, 2024
1 parent d3487ff commit eab3091
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ jobs:
- name: "Build Java"
run: |
cd $GITHUB_WORKSPACE/java/wsgup
chmod a+x gradlew
./gradlew
mkdir -p /tmp/upload/java
unzip app/build/distributions/app.zip -d /tmp/upload/java
Expand Down

0 comments on commit eab3091

Please sign in to comment.