[workflows] release standalone executables in gdl-org/builds

needs some form of release notes,
probably just git commits since last stable release
This commit is contained in:
Mike Fährmann
2024-03-08 23:13:53 +01:00
parent 146459056c
commit 3c979e1f05
3 changed files with 82 additions and 20 deletions

View File

@@ -28,7 +28,7 @@ jobs:
curl -L
-X POST
-H "Accept: application/vnd.github+json"
-H "Authorization: Bearer ${{ secrets.DISPATCH_TOKEN }}"
-H "Authorization: Bearer ${{ secrets.REPO_TOKEN }}"
-H "X-GitHub-Api-Version: 2022-11-28"
https://api.github.com/repos/gdl-org/docs/actions/workflows/pages.yml/dispatches
-d '{"ref":"master"}'