Fixed repo location in release script
This commit is contained in:
+2
-2
@@ -3,7 +3,7 @@ set -euo pipefail
|
|||||||
|
|
||||||
# ── Configuration ──────────────────────────────────────────────
|
# ── Configuration ──────────────────────────────────────────────
|
||||||
GITEA_URL="https://code.crashlabs.io"
|
GITEA_URL="https://code.crashlabs.io"
|
||||||
REPO="dave/huskies"
|
REPO="crashlabs/huskies"
|
||||||
BINARY_NAME="huskies"
|
BINARY_NAME="huskies"
|
||||||
|
|
||||||
# ── Load .env if present ───────────────────────────────────────
|
# ── Load .env if present ───────────────────────────────────────
|
||||||
@@ -98,7 +98,7 @@ cp "target/aarch64-unknown-linux-musl/release/${BINARY_NAME}" "${DIST}/${BINARY_
|
|||||||
chmod +x "${DIST}"/*
|
chmod +x "${DIST}"/*
|
||||||
|
|
||||||
echo "==> Binaries:"
|
echo "==> Binaries:"
|
||||||
ls -lh "${DIST}"/
|
ls -lh "${DIST}"/*
|
||||||
|
|
||||||
# ── Changelog ──────────────────────────────────────────────────
|
# ── Changelog ──────────────────────────────────────────────────
|
||||||
echo "==> Generating changelog..."
|
echo "==> Generating changelog..."
|
||||||
|
|||||||
Reference in New Issue
Block a user