Skip to content

Commit

Permalink
[mod] 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DongWooKim4343 committed Dec 3, 2024
1 parent aa6c065 commit 95d027d
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 @@ -47,7 +47,7 @@ jobs:

# 배포용 패키지 경로 저장
- name: Set artifact
run: echo "artifact='$(ls ./build/libs/mallangs-*.jar)'" >> $GITHUB_ENV
run: echo "artifact=$(ls ./build/libs/mallangs-*.jar)" >> $GITHUB_ENV

# 빈스토크 배포
- name: Beanstalk Deploy
Expand Down

0 comments on commit 95d027d

Please sign in to comment.