:6 testci
Some checks failed
TDevOPsCICD / build-image (push) Failing after 6m42s

This commit is contained in:
cheney 2025-10-22 15:46:15 +08:00
parent 94709a25e6
commit e6c264f226

View File

@ -19,14 +19,15 @@ jobs:
echo ----------------------------------------
echo ${{ github.ref_name }} ${{ github.sha }}
bun -v
ping -c 3 git.honor3.com
cd kit
bun i
bun run windows
bun run linux
curl -X POST \
-H "Authorization: token $OBJECT_TOKEN" \
-F "data=@./dist/windows/kit.exe" \
"$GITEA_BASE_URL/api/packages/$PACKAGE_OWNER/generic/$REPO_NAME/$PACKAGE_VERSION/kit.exe"
bun run linux
curl -X POST \
-H "Authorization: token $OBJECT_TOKEN" \
-F "data=@./dist/linux/kit" \