Handle explicit release rebuilds.
Some checks failed
Tagged release / prepare-release (push) Successful in 3m6s
Tagged release / build-macos (push) Failing after 22m42s
Tagged release / build-linux-arm64 (push) Successful in 37m56s
Tagged release / build-linux-x64 (push) Failing after 15s
Tagged release / build-windows (push) Failing after 19m27s
Tagged release / publish-release (push) Has been skipped

This commit is contained in:
Hermes Agent
2026-08-14 10:44:13 +00:00
parent f3a30bf19e
commit 0d1f63e77f
3 changed files with 20 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ jobs:
GITEA_SERVER_URL: ${{ gitea.server_url }}
GITEA_SHA: ${{ gitea.sha }}
GITEA_TOKEN: ${{ secrets.GITEA_TOKEN }}
REBUILD_PUBLISHED_RELEASE: "true"
run: cargo +${RUST_TOOLCHAIN} run --locked --package bds-release -- prepare
build-macos: