release bugfix
This commit is contained in:
parent
92190ca655
commit
ce1a84e94f
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user