add exclude file to zip
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jay 2019-12-19 11:37:23 +08:00
parent 295b765b46
commit 4144a6aeb3
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ steps:
image: alpine
commands:
- apk add --no-cache zip
- zip -r release.zip . -x '*.git*' -x 'node_modules*'
- zip -r release.zip . -x '*.git*' -x 'node_modules*' -x '*.drone.yml*'
- name: gitea_release
image: plugins/gitea-release
settings: