Skip to content

Commit

Permalink
fix: zip 압축 파일 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gyeongza committed May 26, 2024
1 parent ac544a6 commit 7b08d37
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/deploy_prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,8 @@ jobs:
- name: Build
run: yarn build

- name: Generate filename
id: vars
run: |
ZIP_FILENAME=build-$(date +%Y%m%d%H%M%S).zip
echo "ZIP_FILENAME=$ZIP_FILENAME" >> $GITHUB_ENV
- name: zip create
run: zip -qq -r --symlinks ./${{ env.ZIP_FILENAME }}
run: zip -qq -r ./itracker-build.zip .
shell: bash

- name: Configure AWS credentials
Expand Down

0 comments on commit 7b08d37

Please sign in to comment.