Skip to content

Commit

Permalink
build: cicd update
Browse files Browse the repository at this point in the history
  • Loading branch information
seoyoung7623 authored Aug 2, 2024
1 parent 40cd93b commit bae861c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
java-version: '17'

- name: Build with Gradle
run: ./gradlew build
run: |
./gradlew clean
./gradlew bootjar
- name: Archive JAR file
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bae861c

Please sign in to comment.