Skip to content

Commit 5c2fe3c

Browse files
committed
chore(ci): Add OS to job name in binary building
1 parent f4cdf16 commit 5c2fe3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
build-cli:
17-
name: Build binaries${{ inputs.dry_run && ' (dry-run)' || '' }}
17+
name: Build binaries${{ inputs.dry_run && ' (dry-run)' || '' }} (${{matrix.os}})
1818
runs-on: ${{ matrix.os }}
1919
permissions:
2020
contents: read

0 commit comments

Comments
 (0)