fix(release): bump package and daemon to v0.3.1, add project README, and fix Gitea release upload flag

This commit is contained in:
2026-01-09 17:22:31 +00:00
parent 31cc3af1b4
commit 5c6d4f4802
6 changed files with 280 additions and 3 deletions

View File

@@ -82,7 +82,7 @@ jobs:
curl -X POST -s \
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Content-Type: application/octet-stream" \
--data-binary "@$asset" \
-T "$asset" \
"https://code.foss.global/api/v1/repos/${{ gitea.repository }}/releases/$RELEASE_ID/assets?name=$filename"
done