1 Commits

Author SHA1 Message Date
2aae676fa3 Update .github/workflows/release.yml
All checks were successful
Build and Release / Build (push) Successful in 23s
2025-12-19 06:06:10 +01:00

View File

@@ -45,7 +45,7 @@ jobs:
run: | run: |
curl \ curl \
-X POST \ -X POST \
-H "Authorization: token ${{ github.token }}" \ -H "Authorization: token ${{ gitea.token }}" \
-H "Content-Type: application/zip" \ -H "Content-Type: application/zip" \
--data-binary @latest.zip \ --data-binary @SpotifyHonorific/bin/Release/SpotifyHonorific/latest.zip \
"${{ steps.create_release.outputs.upload_url }}?name=latest.zip" "${{ steps.create_release.outputs.upload_url }}?name=latest.zip"