add publish step
ci/woodpecker/manual/woodpecker Pipeline failed
Details
ci/woodpecker/manual/woodpecker Pipeline failed
Details
This commit is contained in:
parent
16f6fb7596
commit
6b6ed81c10
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue