Fixed missing symbol

"@" was missing for the LightlessClient.zip
This commit is contained in:
2026-01-09 06:11:08 +00:00
parent 61f584f059
commit 7f33b6a4ce

View File

@@ -156,7 +156,7 @@ jobs:
echo "Uploading to release ID: $RELEASE_ID"
curl --fail-with-body -s -X POST \
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
-F "attachment=LightlessClient.zip" \
-F "attachment=@LightlessClient.zip" \
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/$RELEASE_ID/assets"
- name: Clone plugin hosting repo