Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oU-Ua authored Sep 14, 2024
1 parent 6f0062f commit 9df4e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

# 빌드해서 생긴 JAR 파일을 깃허브 아티팩트로 업로드!!
- name: Upload build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: linkeepServer
path: build/libs/linkeepServer-0.0.1-SNAPSHOT.jar
Expand Down

0 comments on commit 9df4e3b

Please sign in to comment.