This commit is contained in:
parent
94709a25e6
commit
e6c264f226
@ -19,14 +19,15 @@ jobs:
|
|||||||
echo ----------------------------------------
|
echo ----------------------------------------
|
||||||
echo ${{ github.ref_name }} ${{ github.sha }}
|
echo ${{ github.ref_name }} ${{ github.sha }}
|
||||||
bun -v
|
bun -v
|
||||||
|
ping -c 3 git.honor3.com
|
||||||
cd kit
|
cd kit
|
||||||
bun i
|
bun i
|
||||||
bun run windows
|
bun run windows
|
||||||
bun run linux
|
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: token $OBJECT_TOKEN" \
|
-H "Authorization: token $OBJECT_TOKEN" \
|
||||||
-F "data=@./dist/windows/kit.exe" \
|
-F "data=@./dist/windows/kit.exe" \
|
||||||
"$GITEA_BASE_URL/api/packages/$PACKAGE_OWNER/generic/$REPO_NAME/$PACKAGE_VERSION/kit.exe"
|
"$GITEA_BASE_URL/api/packages/$PACKAGE_OWNER/generic/$REPO_NAME/$PACKAGE_VERSION/kit.exe"
|
||||||
|
bun run linux
|
||||||
curl -X POST \
|
curl -X POST \
|
||||||
-H "Authorization: token $OBJECT_TOKEN" \
|
-H "Authorization: token $OBJECT_TOKEN" \
|
||||||
-F "data=@./dist/linux/kit" \
|
-F "data=@./dist/linux/kit" \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user