Github: Re-add changes to upstream release workflows

This commit is contained in:
Jonathan G Rennison
2023-06-20 18:25:03 +01:00
parent 4f7cb1e498
commit 77b3c5726b
6 changed files with 157 additions and 14 deletions

View File

@@ -6,13 +6,13 @@ on:
ref:
description: 'Ref to build (for Pull Requests, use refs/pull/NNN/head)'
required: true
repository_dispatch:
# client_payload should be the same as the inputs for workflow_dispatch.
types:
- Build*
release:
types:
- published
# repository_dispatch:
# # client_payload should be the same as the inputs for workflow_dispatch.
# types:
# - Build*
# release:
# types:
# - published
jobs:
source:
@@ -41,6 +41,16 @@ jobs:
with:
survey_key: ${{ needs.source.outputs.survey_key }}
linux_distros:
name: Linux (Distros)
needs: source
uses: ./.github/workflows/release-linux-distros.yml
secrets: inherit
with:
survey_key: ${{ needs.source.outputs.survey_key }}
macos:
name: MacOS
needs: source