Add archive
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
2020-11-24 09:47:43 -05:00
parent 602f6c9e3f
commit ef69c7fb48

View File

@ -7,3 +7,20 @@ steps:
image: maven:3-jdk-11 image: maven:3-jdk-11
commands: commands:
- mvn assembly:single - mvn assembly:single
- name: gitea_release
image: plugins/gitea-release
settings:
base_url: https://git.nightmare.haus
api_key:
from_secret: gitea_token
files: target/*
checksum:
- md5
- sha1
- sha256
- sha512
- adler32
- crc32
when:
event: tag