This commit is contained in:
Felix Ableitner 2024-03-01 17:31:56 +01:00
parent 25405bccb7
commit ff9956c4f7
1 changed files with 10 additions and 1 deletions

View File

@ -3,7 +3,7 @@ variables:
steps: steps:
publish_release: build_release:
image: *rust_image image: *rust_image
environment: environment:
CARGO_HOME: .cargo_home CARGO_HOME: .cargo_home
@ -19,6 +19,15 @@ steps:
- gzip ibis - gzip ibis
- ls -la ibis.gz - ls -la ibis.gz
publish_release:
image: woodpeckerci/plugin-github-release
settings:
files:
- ibis.gz
title: ${CI_COMMIT_TAG##v}
api-key:
from_secret: github_token
cargo_fmt: cargo_fmt:
image: *rust_image image: *rust_image
environment: environment: