malloc-items/.woodpecker.yml

18 lines
329 B
YAML
Raw Normal View History

2023-02-18 13:03:06 +00:00
pipeline:
build:
image: alpine:3.13
commands:
- apk add zip make
- make
publish:
image: plugins/gitea-release
settings:
api_key:
from_secret: GITEA_KEY
base_url: https://gitea.malloc.hackerbots.net/
files:
- ./*.zip
- ./*.sha1
when:
event: tag