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

Commit

Permalink
edit6
Browse files Browse the repository at this point in the history
  • Loading branch information
osoohynn committed Aug 25, 2024
1 parent 0effbe9 commit 4e8f001
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main_sh-crescendo-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ jobs:
./gradlew bootJar
- name: check build completed
run: ls -al build/libs
run: ls -al crescendo-server/build/libs

- name: Upload artifact for deployment job
uses: actions/upload-artifact@v4
with:
name: java-app
path: 'build/libs/crescendo-server-0.0.1-SNAPSHOT.jar'
path: 'crescendo-server/build/libs/crescendo-server-0.0.1-SNAPSHOT.jar'

deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4e8f001

Please sign in to comment.