Skip to content

Commit

Permalink
Merge pull request #126 from MADA-UMC/server-lipton
Browse files Browse the repository at this point in the history
Feat : CI-CD deploy.yml
  • Loading branch information
honeybears authored Feb 7, 2024
2 parents 5cc1d9a + 72fe377 commit a542369
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

# 빌드해서 생긴 JAR 파일을 깃허브 아티팩트로 업로드!!
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: trelloServer
path: build/libs/trelloServer-0.0.1-SNAPSHOT.jar
Expand All @@ -60,7 +60,7 @@ jobs:
# 위의 빌드작업한 JAR 파일 = 아티팩트를 다운로드
steps:
- name: Download build artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: trelloServer
path: build/libs/
Expand Down

0 comments on commit a542369

Please sign in to comment.