更新 .github/workflows/main.yml
Some checks failed
Build and Package Golang / build (push) Failing after 5m34s

This commit is contained in:
2024-12-03 00:55:04 +08:00
parent 9d86099b94
commit 0fbb4a1ff5

View File

@ -97,7 +97,7 @@ jobs:
echo "Uploading $PACKAGE_FILE to Gitea..."
RESPONSE=$(curl -s -o /dev/null -w "%{http_code}" -X PUT \
-H "Authorization: token ${{ secrets.GITEA2_TOKEN }}" \
-H "Authorization: token ${{ secrets.RENOVATE_TOKEN }}" \
-H "Content-Type: application/vnd.debian.binary-package" \
--data-binary @"$PACKAGE_FILE" \
"$GITEA_API_URL")