Skip to content

Commit

Permalink
#129 fix: 빌드 파일 압축 시 node_modules 폴더 포함
Browse files Browse the repository at this point in the history
  • Loading branch information
Dropper-in committed Dec 1, 2023
1 parent eacb3c7 commit a57f92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CI: false

- name: Zip Build File
run: zip -qq -r ./ONEHOUR.zip . -x "node_modules/*"
run: zip -r ./ONEHOUR.zip .
shell: bash

- name: Configure AWS Credentials
Expand Down

0 comments on commit a57f92a

Please sign in to comment.