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:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
commands:
|
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
|
- name: push-release
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
environment:
|
|
||||||
RELEASE_PUSH_KEY:
|
|
||||||
from_secret: release_push_key
|
|
||||||
when:
|
when:
|
||||||
ref:
|
ref:
|
||||||
- refs/tags/v*
|
- refs/tags/v*
|
||||||
settings:
|
settings:
|
||||||
api_key: ${RELEASE_PUSH_KEY}
|
api_key:
|
||||||
|
from_secret: release_push_key
|
||||||
base_url: https://git.agnos.is/
|
base_url: https://git.agnos.is/
|
||||||
files: target/x86_64-unknown-linux-gnu/release/gemfreely
|
files: target/x86_64-unknown-linux-gnu/release/gemfreely
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[package]
|
[package]
|
||||||
name = "gemfreely"
|
name = "gemfreely"
|
||||||
version = "0.1.4"
|
version = "0.1.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
description = "Synchronize Gemini protocol blogs to the Fediverse"
|
description = "Synchronize Gemini protocol blogs to the Fediverse"
|
||||||
|
|
Loading…
Reference in New Issue