Add: [Actions] upload releases to GOG automatically

This commit is contained in:
Patric Stout
2023-01-28 16:00:52 +01:00
committed by Patric Stout
parent 146bd74077
commit be0d65d978
5 changed files with 363 additions and 0 deletions

View File

@@ -107,3 +107,19 @@ jobs:
with:
version: ${{ needs.source.outputs.version }}
trigger_type: ${{ needs.source.outputs.trigger_type }}
upload-gog:
name: Upload (GOG)
needs:
- source
- linux
- macos
- windows
if: needs.source.outputs.trigger_type == 'new-tag'
uses: ./.github/workflows/upload-gog.yml
secrets: inherit
with:
version: ${{ needs.source.outputs.version }}