2 Commits

Author SHA1 Message Date
Git Admin
b3fe60a657 Release 3.10.1 2025-01-29 20:27:52 +00:00
ed5c5089b3 Automagically tag shit
All checks were successful
Release Workflow / release (push) Successful in 6s
2025-01-29 21:27:44 +01:00

View File

@@ -82,5 +82,6 @@ jobs:
http://srv-captain--git:3000/api/v1/repos/dave/wow-Heimdall/releases/tags/${{ steps.determine_tag.outputs.tag }} | jq -r '.id') http://srv-captain--git:3000/api/v1/repos/dave/wow-Heimdall/releases/tags/${{ steps.determine_tag.outputs.tag }} | jq -r '.id')
curl -X POST \ curl -X POST \
-H "Authorization: token ${{ secrets.JEBENI_TOKEN }}" \ -H "Authorization: token ${{ secrets.JEBENI_TOKEN }}" \
-F "attachment=@Heimdall.zip" \ -H "Content-Type: application/zip" \
"http://srv-captain--git:3000/api/v1/repos/dave/wow-Heimdall/releases/${RELEASE_ID}/assets?name=Heimdall.zip" --data-binary @Heimdall.zip \
http://srv-captain--git:3000/api/v1/repos/dave/wow-Heimdall/releases/${RELEASE_ID}/assets