add publish step
ci/woodpecker/manual/woodpecker Pipeline failed Details

This commit is contained in:
Luca Bilke 2023-11-22 13:38:33 +01:00
parent 16f6fb7596
commit 6b6ed81c10
1 changed files with 11 additions and 0 deletions

View File

@ -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