From b1051dafc00de240193919a116e197a6002573d1 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Tue, 25 Feb 2025 20:43:05 -0800 Subject: [PATCH] Iterate --- .github/workflows/portable_linux_package_matrix.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/portable_linux_package_matrix.yml b/.github/workflows/portable_linux_package_matrix.yml index cabc91a8..69a05659 100644 --- a/.github/workflows/portable_linux_package_matrix.yml +++ b/.github/workflows/portable_linux_package_matrix.yml @@ -9,12 +9,20 @@ on: package_suffix: type: string default: -ADHOCBUILD + release_tag: + description: Publish files to this release tag + required: false + type: string workflow_call: inputs: package_suffix: type: string default: -ADHOCBUILD + release_tag: + description: Publish files to this release tag + required: false + type: string concurrency: # A PR number if a pull request and otherwise the commit hash. This cancels @@ -90,6 +98,7 @@ jobs: - name: Upload Release Asset uses: ncipollo/release-action@v1 + if: github.event.inputs.release_tag != '' with: artifacts: "${{ env.DIST_ARCHIVE }}" tag: mainline-snapshot