Fixed missing symbol
"@" was missing for the LightlessClient.zip
This commit is contained in:
@@ -156,7 +156,7 @@ jobs:
|
|||||||
echo "Uploading to release ID: $RELEASE_ID"
|
echo "Uploading to release ID: $RELEASE_ID"
|
||||||
curl --fail-with-body -s -X POST \
|
curl --fail-with-body -s -X POST \
|
||||||
-H "Authorization: token ${{ secrets.GITEA_TOKEN }}" \
|
-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"
|
"https://git.lightless-sync.org/api/v1/repos/${GITHUB_REPOSITORY}/releases/$RELEASE_ID/assets"
|
||||||
|
|
||||||
- name: Clone plugin hosting repo
|
- name: Clone plugin hosting repo
|
||||||
|
|||||||
Reference in New Issue
Block a user