updated .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2022-07-11 16:43:38 +02:00
parent e06f6c4890
commit 59a783efd8

View File

@ -64,7 +64,6 @@ steps:
commands:
- export VERSION=$DRONE_TAG
- go generate $SRCFILES
- mkdir amd64 arm64
- go build -o $PROJECTNAME $GOOPTIONS $SRCFILES
- tar -czvf $PROJECTNAME-$DRONE_TAG-linux-amd64.tar.gz $PROJECTNAME
- go build -o $PROJECTNAME $GOOPTIONS $SRCFILES
@ -80,6 +79,9 @@ steps:
api_key:
from_secret: gitea_token
files: "*.tar.gz"
checksum:
- sha256
- sha512
title: VERSION
when:
event: