Skip to content

Commit

Permalink
fix invalid java home
Browse files Browse the repository at this point in the history
  • Loading branch information
arc0035 committed Nov 1, 2023
1 parent b08c383 commit 64e9c1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
port: ${{ secrets.PORT }} # 服务器ssh端口(默认22)
script: |
cd /root/Official-website-backend
rm -rf dist
git pull
bash ./gradlew build -x test
cd dist
Expand Down

0 comments on commit 64e9c1e

Please sign in to comment.