diff --git a/.woodpecker.yml b/.woodpecker.yml index 8b91fdf..4982874 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,3 +6,14 @@ steps: commands: | apk add --no-cache build-base gcc musl-dev xcb-util-dev pkgconfig >/dev/null make + + publish: + image: woodpeckerci/plugin-gitea-release + settings: + base_url: https://git.snaile.de + files: + # Could also be "hello-world*" to match both + - "build/dwmblocks" + api_key: + from_secret: gitea-release + target: main