added tar in drone file

This commit is contained in:
Niklas 2020-04-23 00:12:32 +02:00
parent 77ec6645c3
commit 7d44816b2e

View File

@ -7,6 +7,8 @@ steps:
commands: commands:
- npm install - npm install
- npm run buildProd - npm run buildProd
- mkdir build
- tar -czvf build/bundle.tar.gz dist
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
@ -15,7 +17,11 @@ steps:
from_secret: GITEA_API_KEY from_secret: GITEA_API_KEY
base_url: https://git.kapelle.org base_url: https://git.kapelle.org
files: files:
- dist/* - build/*
checksum:
- md5
- sha1
- sha256
when: when:
event: tag event: tag