From ce1a84e94fd2698a6973105dbb28f3979c4ee3b8 Mon Sep 17 00:00:00 2001 From: Stefan Date: Mon, 29 May 2023 23:07:15 +0200 Subject: [PATCH] release bugfix --- .woodpecker.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: