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..."