Skip to content

Commit

Permalink
chore: 코드 병합
Browse files Browse the repository at this point in the history
  • Loading branch information
dldmsql committed Nov 12, 2023
1 parent 10adcde commit b2d958e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
runs-on: ubuntu-latest

steps:

- uses: actions/checkout@v3

#jdk 세팅
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:

#test를 포함한 프로젝트 빌드
- name: Build With Gradle
run: ./gradlew bootjar
run: ./gradlew bootJar

- name: Make a zip file
run: zip -r ./$GITHUB_SHA.zip .
Expand Down

0 comments on commit b2d958e

Please sign in to comment.