Fixed repo location in release script

This commit is contained in:
Timmy
2026-04-03 17:38:21 +01:00
parent 34c9324b74
commit afe94234c8
+2 -2
View File
@@ -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..."