„.gitea/workflows/build.yml“ ändern
All checks were successful
Export Game Job

This commit is contained in:
Snoweuph 2023-04-05 12:46:59 +00:00
parent 56da4c30f6
commit b83a2d5b19

View file

@ -43,11 +43,11 @@ jobs:
echo "---"
tree builds
echo "---"
echo ${{ github.repository }}
echo
- name: create release
run: |
curl -X 'POST' \
'https://git.euph.dev/api/v1/repos/gamedev/snake/releases' \
'https://git.euph.dev/api/v1/repos/${{ github.repository }}/releases' \
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \