Add a linux-dedicated release target
Based on linux-legacy
This commit is contained in:
10
.github/workflows/release.yml
vendored
10
.github/workflows/release.yml
vendored
@@ -61,6 +61,16 @@ jobs:
|
||||
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
|
||||
needs: source
|
||||
|
||||
Reference in New Issue
Block a user