Private
Public Access
1
0

fix: update repo paths from echo/ to git-echo/ after account migration

This commit is contained in:
2026-05-21 17:05:47 +00:00
parent 6fab250ea8
commit 7f5b0c2313
2 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@ TAG_NAME="${1:?Usage: upload-release.sh <tag_name> <file_path>}"
FILE_PATH="${2}"
GITEA_API="${GITEA_API:-https://gitea-lxc.moon-dragon.us/api/v1}"
REPO="echo/linux_patch_api"
REPO="git-echo/linux_patch_api"
if [ -z "$GITEA_TOKEN" ]; then
echo "Error: GITEA_TOKEN environment variable not set"