Skip to content

Commit

Permalink
workflow wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JGRennison committed Nov 12, 2024
1 parent f27d9f6 commit 9be0c7a
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,35 +31,35 @@ jobs:
with:
version: ${{ needs.source.outputs.version }}

linux:
name: Linux (Generic)
needs: source

uses: ./.github/workflows/release-linux.yml
secrets: inherit

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 }}

linux-dedicated:
name: Linux (Dedicated)
needs: source

uses: ./.github/workflows/release-linux-dedicated.yml
secrets: inherit

with:
survey_key: ${{ needs.source.outputs.survey_key }}
# linux:
# name: Linux (Generic)
# needs: source
#
# uses: ./.github/workflows/release-linux.yml
# secrets: inherit
#
# 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 }}
#
# linux-dedicated:
# name: Linux (Dedicated)
# needs: source
#
# uses: ./.github/workflows/release-linux-dedicated.yml
# secrets: inherit
#
# with:
# survey_key: ${{ needs.source.outputs.survey_key }}

macos:
name: MacOS
Expand All @@ -71,13 +71,13 @@ jobs:
with:
survey_key: ${{ needs.source.outputs.survey_key }}

windows:
name: Windows
needs: source

uses: ./.github/workflows/release-windows.yml
secrets: inherit

with:
is_tag: ${{ needs.source.outputs.is_tag }}
survey_key: ${{ needs.source.outputs.survey_key }}
# windows:
# name: Windows
# needs: source
#
# uses: ./.github/workflows/release-windows.yml
# secrets: inherit
#
# with:
# is_tag: ${{ needs.source.outputs.is_tag }}
# survey_key: ${{ needs.source.outputs.survey_key }}

0 comments on commit 9be0c7a

Please sign in to comment.