release bugfix
This commit is contained in:
parent
92190ca655
commit
ce1a84e94f
@ -9,14 +9,15 @@ pipeline:
|
|||||||
build:
|
build:
|
||||||
image: golang:1.20
|
image: golang:1.20
|
||||||
commands:
|
commands:
|
||||||
- go build -o go-gluon-publish-$GOOS-$GOARCH
|
- go build -o go-gluon-publish-${GOOS}-${GOARCH}
|
||||||
|
- ls -alh
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
image: woodpeckerci/plugin-gitea-release
|
image: woodpeckerci/plugin-gitea-release
|
||||||
settings:
|
settings:
|
||||||
base_url: https://git.freifunk-rhein-sieg.net
|
base_url: https://git.freifunk-rhein-sieg.net
|
||||||
files:
|
files:
|
||||||
- "go-gluon-publish-$GOOS-$GOARCH"
|
- "go-gluon-publish-${GOOS}-${GOARCH}"
|
||||||
api_key:
|
api_key:
|
||||||
from_secret: API_KEY
|
from_secret: API_KEY
|
||||||
when:
|
when:
|
||||||
|
Loading…
Reference in New Issue
Block a user