Skip to content

Commit

Permalink
Adjust run name
Browse files Browse the repository at this point in the history
  • Loading branch information
florianesser-tng committed Nov 21, 2024
1 parent a6b058c commit 440a8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-installer.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build installer

run-name: installer-build-${{ github.sha }}
run-name: installer-build-${{ inputs.platform }}-${{ github.sha }}

on:
workflow_dispatch:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 440a8bc

Please sign in to comment.