steps: build: image: alpine when: branch: [ main ] 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