2 Commits

Author SHA1 Message Date
Git Admin
c64a6f119c Release 3.10.1 2025-01-29 20:28:54 +00:00
70126a8bef Automagically tag shit
All checks were successful
Release Workflow / release (push) Successful in 7s
2025-01-29 21:28:42 +01:00

View File

@@ -82,5 +82,7 @@ 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" -H "Content-Disposition: attachment; filename=Heimdall.zip" \
--data-binary @Heimdall.zip \
http://srv-captain--git:3000/api/v1/repos/dave/wow-Heimdall/releases/${RELEASE_ID}/assets