add exclude file to zip
This commit is contained in:
parent
295b765b46
commit
4144a6aeb3
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user