From afe94234c85431ab5464fa15623308f1c4f66e79 Mon Sep 17 00:00:00 2001 From: Timmy Date: Fri, 3 Apr 2026 17:38:21 +0100 Subject: [PATCH] Fixed repo location in release script --- script/release | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/release b/script/release index b909595c..9cecbfce 100755 --- a/script/release +++ b/script/release @@ -3,7 +3,7 @@ set -euo pipefail # ── Configuration ────────────────────────────────────────────── GITEA_URL="https://code.crashlabs.io" -REPO="dave/huskies" +REPO="crashlabs/huskies" BINARY_NAME="huskies" # ── Load .env if present ─────────────────────────────────────── @@ -98,7 +98,7 @@ cp "target/aarch64-unknown-linux-musl/release/${BINARY_NAME}" "${DIST}/${BINARY_ chmod +x "${DIST}"/* echo "==> Binaries:" -ls -lh "${DIST}"/ +ls -lh "${DIST}"/* # ── Changelog ────────────────────────────────────────────────── echo "==> Generating changelog..."