From 1b917dd04bc7fc43c4ea22691e3be06becfc806a Mon Sep 17 00:00:00 2001 From: Florian Esser Date: Thu, 21 Nov 2024 09:03:11 +0100 Subject: [PATCH] Adjust run name --- .github/workflows/build-installer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-installer.yml b/.github/workflows/build-installer.yml index 78d24fcb..f62d6584 100644 --- a/.github/workflows/build-installer.yml +++ b/.github/workflows/build-installer.yml @@ -1,6 +1,6 @@ name: build installer -run-name: installer-build-${{ github.sha }} +run-name: installer-build-${{ inputs.platform }}-${{ github.sha }} on: workflow_dispatch: @@ -70,7 +70,7 @@ jobs: with: # Name of the artifact to upload. # Optional. Default is 'artifact' - name: "Built_installers" + name: "${{ inputs.platform }}_installers" # A file, directory or wildcard pattern that describes what to upload # Required. path: ${{ env.RELEASE_DIR }}\*.exe