teamdable / vv-deploy-actions

1 stars 0 forks source link

exclude-files-from-zip 전달안했을 때 에러 나지않도록 수정 #19

Closed hyeseung-of-dable closed 2 years ago

hyeseung-of-dable commented 2 years ago

as-is) zip --delete $zip_file_name ${{ inputs.exclude-files-from-zip }} 입력받은 exclude-files-from-zip 파일을 바로 제거하도록 함. 입력되지않은 경우 ""파일을 찾아서 제거하려고 시도 -> zip error: Nothing to do! (deploy-test.zip) error

to-be) exclude-files-from-zip 파일이 존재할 때만 zip에서 제거