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

This commit is contained in:
Snoweuph 2023-04-05 13:44:21 +00:00
parent ad728d4169
commit 28fe48ce35

View file

@ -55,5 +55,10 @@ jobs:
-H 'accept: application/json' \
-H 'Content-Type: application/json' \
-H 'Authorization: token ${{ secrets.RELEASE_TOKEN }}' \
-d '{"body": "Automated Build","draft": true,"name": "Automated Release ABC","prerelease": true,"tag_name": "CBA",}'
echo "Uploading Build to new Release"
-d '{
"body": "Automated Build",
"draft": true,
"name": "Automated Release $VERSION",
"prerelease": true,
"tag_name": "$VERSION"
}'