From 36662e18346260a84644a81a1b13a8737672882e Mon Sep 17 00:00:00 2001 From: Sean Gilligan Date: Wed, 26 Feb 2025 13:19:34 -0800 Subject: [PATCH] GHA package.yaml: Add explicit job name * Add a `name` attribute setting job name with matrix.os This matches the format of `nix-jpackage.yaml` in PR #1648 to keep them similar assuming both PRs are merged as is. --- .github/workflows/package.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/package.yaml b/.github/workflows/package.yaml index 157af3c95..460fa33b7 100644 --- a/.github/workflows/package.yaml +++ b/.github/workflows/package.yaml @@ -7,6 +7,7 @@ permissions: jobs: build: + name: build (${{ matrix.os }}) runs-on: ${{ matrix.os }} strategy: matrix: @@ -53,4 +54,4 @@ jobs: name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }} Headless path: | build/jpackage/* - !build/jpackage/Sparrow/ \ No newline at end of file + !build/jpackage/Sparrow/