Add archive
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
17
.drone.yml
17
.drone.yml
@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user