mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
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.
This commit is contained in:
parent
80c4f4f5f6
commit
36662e1834
1 changed files with 2 additions and 1 deletions
1
.github/workflows/package.yaml
vendored
1
.github/workflows/package.yaml
vendored
|
|
@ -7,6 +7,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
name: build (${{ matrix.os }})
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue