Add: [Actions] upload releases to GOG automatically
This commit is contained in:
committed by
Patric Stout
parent
146bd74077
commit
be0d65d978
16
.github/workflows/release.yml
vendored
16
.github/workflows/release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user