release bugfix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed

This commit is contained in:
Stefan Hoffmann 2023-05-29 23:07:15 +02:00
parent 92190ca655
commit ce1a84e94f
Signed by: stefan
GPG Key ID: 8EFC7042BF8D5CDD

View File

@ -9,14 +9,15 @@ pipeline:
build:
image: golang:1.20
commands:
- go build -o go-gluon-publish-$GOOS-$GOARCH
- go build -o go-gluon-publish-${GOOS}-${GOARCH}
- ls -alh
publish:
image: woodpeckerci/plugin-gitea-release
settings:
base_url: https://git.freifunk-rhein-sieg.net
files:
- "go-gluon-publish-$GOOS-$GOARCH"
- "go-gluon-publish-${GOOS}-${GOARCH}"
api_key:
from_secret: API_KEY
when: