mirror of
https://github.com/Nutomic/ibis.git
synced 2024-11-22 23:41:09 +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:
|
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:
|
||||||
|
|
Loading…
Reference in a new issue