fix: fetch pinned scripts via codeload; no raw-cache dependency

This commit is contained in:
2026-08-17 19:30:13 +08:00
parent b15292dd03
commit fe3e9586ec
2 changed files with 13 additions and 10 deletions

View File

@@ -46,12 +46,12 @@ echo "downloaded $COUNT assets"
exit 1
}
python3 build-gitea-update.py \
python3 scripts/build-gitea-update.py \
--flat-artifacts artifacts \
--output staged \
--version "$VERSION" \
--pub-date "$(date -u +%Y-%m-%dT%H:%M:%SZ)" \
--package-base-url "$PACKAGE_BASE_URL"
bash publish-gitea-release.sh staged
bash scripts/publish-gitea-release.sh staged
echo "published $RELEASE_TAG to Gitea"