All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
19 lines
486 B
YAML
19 lines
486 B
YAML
pipeline:
|
|
build:
|
|
image: nixos/nix:latest
|
|
commands:
|
|
- nix-shell --run 'cargo build --release --target aarch64-unknown-linux-musl'
|
|
publish:
|
|
when:
|
|
event: tag
|
|
image: woodpeckerci/plugin-gitea-release
|
|
settings:
|
|
base_url: https://git.blizzard.systems
|
|
files:
|
|
- "target/aarch64-unknown-linux-musl/release/seymour_life"
|
|
api_key:
|
|
from_secret: API_KEY
|
|
target: devel
|
|
draft: true
|
|
prerelease: true
|
|
title:
|