Skip to content

Commit fe82ab9

Browse files
Updating workflow to have a sensible name in the list of workflow runs
1 parent 75c5517 commit fe82ab9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_binary_for_release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
types: [created, edited]
44

55
name: Build binary and attach to release
6+
run-name: Build binary for ${{ github.ref_name }} and attach to release
67
jobs:
78
generate:
89
name: Create release-artifacts

0 commit comments

Comments
 (0)