Automatically trigger desktop packages on releases (#630)

This commit is contained in:
Michael Telatynski
2023-08-04 09:12:53 +01:00
committed by GitHub
parent 0208c4d087
commit 1929351e91
2 changed files with 26 additions and 9 deletions
+7
View File
@@ -26,6 +26,13 @@ on:
nightly-version:
description: "The version string the next Nightly should use, only output for nightly"
value: ${{ jobs.prepare.outputs.nightly-version }}
packages-dir:
description: "The directory non-deb packages for this run should live in within packages.element.io"
value: ${{ inputs.nightly && 'nightly' || 'desktop' }}
# This is just a simple pass-through of the input to simplify reuse of complex inline conditions
config:
description: "The relative path to the config file for this run"
value: ${{ inputs.config }}
jobs:
prepare:
name: Prepare