Fixed repo location in release script
This commit is contained in:
+2
-2
@@ -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..."
|
||||
|
||||
Reference in New Issue
Block a user