Skip to content

Commit 14ae68e

Browse files
committed
Improve job name
1 parent 5887bc1 commit 14ae68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
build_script: mac/build-archive.sh
4848
upload_pattern: blue*.zip
4949

50-
name: ${{ matrix.name }} ${{ matrix.arch }}
50+
name: ${{ matrix.name }} [${{ matrix.arch }}]
5151
runs-on: ${{ matrix.runs_on }}
5252
env:
5353
ARCH: ${{ matrix.arch }}

0 commit comments

Comments
 (0)