Skip to content

Commit

Permalink
del: wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
Seokyeong237 committed Jan 21, 2024
1 parent 5913137 commit 6023caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
# zip 파일로 압축
- name: zip file
run: zip -r fullcar.zip ./scripts ./src/main/resources/.application.yml ./appspec.yml ./build/libs/*.jar
run: zip -r fullcar.zip ./scripts ./src/main/resources/application.yml ./appspec.yml ./build/libs/*.jar

# S3에 업로드
- name: Upload to S3
Expand Down

0 comments on commit 6023caf

Please sign in to comment.