Skip to content

Commit

Permalink
Updating workflow to have a sensible name in the list of workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Feb 16, 2024
1 parent 75c5517 commit fe82ab9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_binary_for_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
types: [created, edited]

name: Build binary and attach to release
run-name: Build binary for ${{ github.ref_name }} and attach to release
jobs:
generate:
name: Create release-artifacts
Expand Down

0 comments on commit fe82ab9

Please sign in to comment.