Skip to content

Commit

Permalink
fix: 자동 배포 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seonghooni committed Aug 1, 2024
1 parent 147519f commit f7baf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Create deployment package
run: |
mkdir -p deployment
cp build/libs/*.jar deployment/
cp build/distributions/lambda-function.zip deployment/
if [ -d "lib" ]; then
cp -R lib/* deployment/
fi
Expand Down

0 comments on commit f7baf6f

Please sign in to comment.