Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
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