Bump version for CI fixes (hopefully)
continuous-integration/drone/push Build was killed
Details
continuous-integration/drone/push Build was killed
Details
This commit is contained in:
parent
d14d1240cb
commit
5d87f61d33
|
@ -0,0 +1,3 @@
|
|||
[build]
|
||||
rustflags = ["-C", "target-feature=+crt-static"]
|
||||
target = "x86_64-unknown-linux-gnu"
|
|
@ -15,17 +15,15 @@ steps:
|
|||
ref:
|
||||
- refs/tags/v*
|
||||
commands:
|
||||
- RUSTFLAGS="-C target-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release
|
||||
- cargo build --config .cargo/static-build.toml --release
|
||||
|
||||
- name: push-release
|
||||
image: plugins/gitea-release
|
||||
environment:
|
||||
RELEASE_PUSH_KEY:
|
||||
from_secret: release_push_key
|
||||
when:
|
||||
ref:
|
||||
- refs/tags/v*
|
||||
settings:
|
||||
api_key: ${RELEASE_PUSH_KEY}
|
||||
api_key:
|
||||
from_secret: release_push_key
|
||||
base_url: https://git.agnos.is/
|
||||
files: target/x86_64-unknown-linux-gnu/release/gemfreely
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gemfreely"
|
||||
version = "0.1.4"
|
||||
version = "0.1.5"
|
||||
edition = "2021"
|
||||
license = "AGPL-3.0-or-later"
|
||||
description = "Synchronize Gemini protocol blogs to the Fediverse"
|
||||
|
|
Loading…
Reference in New Issue