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

Commit

Permalink
edit4
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 25, 2024
1 parent b8147cf commit 7f7a902
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main_sh-crescendo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,8 @@ jobs:
java-version: '17'
distribution: 'microsoft'

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

- name: check
run: ls -al

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

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

0 comments on commit 7f7a902

Please sign in to comment.