malloc-items/.woodpecker.yml
Victoria Fierce 2e6836fb1a
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/tag/woodpecker Pipeline was successful
make: add version to filename
2023-02-18 14:05:44 +01:00

18 lines
333 B
YAML

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:
branch: master