diff --git a/.woodpecker.yml b/.woodpecker.yml index dcbeaf1..4598469 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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: