Skip to content

Commit

Permalink
chore: 압축파일 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
bbearcookie committed Oct 29, 2023
1 parent 787fc19 commit dfe2006
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/express-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
aws-region: ap-northeast-2

- name: Compress Files
run: tar cvfz ./$GITHUB_SHA.gz ./packages/slack/dist
run: tar cvfz ./$GITHUB_SHA.gz ./dist

- name: Upload to S3
run: aws s3 cp --region ap-northeast-2 ./$GITHUB_SHA.gz s3://${{secrets.AWS_BACKEND_S3_BUCKET}}/deployment/$GITHUB_SHA.gz
Expand Down

0 comments on commit dfe2006

Please sign in to comment.