Private
Public Access
1
0

fix: update repo paths from echo/ to git-echo/ after account migration
All checks were successful
CI/CD Pipeline / Code Format (push) Successful in 3s
CI/CD Pipeline / Clippy Lints (push) Successful in 50s
CI/CD Pipeline / All Unit Tests (push) Successful in 1m23s
CI/CD Pipeline / Security Audit (push) Successful in 5s
CI/CD Pipeline / Enrollment Tests (push) Successful in 1m22s
CI/CD Pipeline / Verify Enrollment CLI Flag (push) Successful in 1m24s
CI/CD Pipeline / Build Arch Package (push) Successful in 2m58s
CI/CD Pipeline / Build Debian Package (Ubuntu 22.04) (push) Successful in 2m31s
CI/CD Pipeline / Build RPM Package (push) Successful in 2m35s
CI/CD Pipeline / Build Debian Package (push) Successful in 2m58s
CI/CD Pipeline / Build Alpine Package (push) Successful in 4m28s

This commit is contained in:
2026-05-21 17:05:47 +00:00
parent 5dc03b7eda
commit fa278c8595
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"