mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 18:31:10 +00:00
pub
This commit is contained in:
parent
25405bccb7
commit
ff9956c4f7
1 changed files with 10 additions and 1 deletions
|
@ -3,7 +3,7 @@ variables:
|
|||
|
||||
steps:
|
||||
|
||||
publish_release:
|
||||
build_release:
|
||||
image: *rust_image
|
||||
environment:
|
||||
CARGO_HOME: .cargo_home
|
||||
|
@ -19,6 +19,15 @@ steps:
|
|||
- gzip ibis
|
||||
- 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:
|
||||
image: *rust_image
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue