Skip to content

Commit 4673de4

Browse files
committed
GHA package.yaml: Job label/name to 'jpackage'
* Change job label from `build` to `jpackage` * Add a `name` attribute setting name with matrix.os This matches the format of `nix-jpackage.yaml` in PR sparrowwallet#1648 to keep them similar assuming it is merged as is.
1 parent 07a6818 commit 4673de4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/package.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ permissions:
66
contents: read
77

88
jobs:
9-
build:
9+
jpackage:
10+
name: jpackage ${{ matrix.os }}
1011
runs-on: ${{ matrix.os }}
1112
strategy:
1213
matrix:
@@ -53,4 +54,4 @@ jobs:
5354
name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }} Headless
5455
path: |
5556
build/jpackage/*
56-
!build/jpackage/Sparrow/
57+
!build/jpackage/Sparrow/

0 commit comments

Comments
 (0)