Update .github/workflows/release.yml
All checks were successful
Build and Release / Build (push) Successful in 27s

This commit is contained in:
2026-01-01 12:12:16 +01:00
parent eae5758857
commit db1fd40127

View File

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