1
0
Fork 0
mirror of https://github.com/Nutomic/ibis.git synced 2024-11-22 18:31:10 +00:00
This commit is contained in:
Felix Ableitner 2024-03-01 17:31:56 +01:00
parent 25405bccb7
commit ff9956c4f7

View file

@ -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: