Skip to content

Commit

Permalink
Update server_cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Imsyp authored Sep 18, 2024
1 parent 78fd9f3 commit 3b73aee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/server_cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
build-root-directory: server

- name: Build with Gradle
working-directory: /server
run: server/gradlew build
working-directory: server
run: ./gradlew build

- name: Deploy
if: success()
Expand Down

0 comments on commit 3b73aee

Please sign in to comment.