fix command
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is failing Details

This commit is contained in:
Jay 2019-12-19 09:29:37 +08:00
parent 93c8d784f2
commit 3862bf5bb2
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 release.zip .
- zip -r release.zip . -x '*.git*' -x 'node_modules*'
- name: gitea_release
image: plugins/gitea-release
settings: