Update .github/workflows/release.yml
Some checks failed
Build and Release / Build (push) Failing after 33s

This commit is contained in:
2025-08-16 19:55:15 +02:00
parent dfb8cd7215
commit be30c2828e

View File

@@ -48,5 +48,5 @@ jobs:
-X POST \
-H "Authorization: token ${{ gitea.token }}" \
-H "Content-Type: application/zip" \
--data-binary @bin/Release/HouseStealerPlugin/latest.zip \
--data-binary @HouseStealerPlugin/bin/Release/HouseStealerPlugin/latest.zip \
"${{ steps.create_release.outputs.upload_url }}?name=latest.zip"