Skip to content

Commit

Permalink
Merge branch 'refs/heads/feature/#100-logback' into develop
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/deploy.yml
  • Loading branch information
sungjun1116 committed May 4, 2024
2 parents a12ac24 + 5797f1e commit 395e5df
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ jobs:
distribution: 'temurin'

# Gradle 빌드 엑션을 이용해서 프로젝트 빌드
- name: Build with Gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3
- name: Run build in a subdirectory
working-directory: another-build
run: ./gradlew build

# 빌드해서 생긴 JAR 파일을 깃허브 아티팩트로 업로드
Expand Down

0 comments on commit 395e5df

Please sign in to comment.