fix command
Some checks failed
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is failing

This commit is contained in:
Jay 2019-12-19 09:29:37 +08:00
parent 93c8d784f2
commit 3862bf5bb2

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: