Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
edit3
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 25, 2024
1 parent b629476 commit b8147cf
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main_sh-crescendo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,13 @@ jobs:
distribution: 'microsoft'

- name: Move to Server
run: cd crescendo-server/src
run: cd crescendo-server

- name: check
run: ls -al

- name: Build with Gradle
run: ./gradlew bootJar
run: gradlew bootJar

- name: check build completed
run: ls -al build/libs
Expand Down

0 comments on commit b8147cf

Please sign in to comment.