mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Merge 36662e1834 into 4774830ce4
This commit is contained in:
commit
44727a2a93
1 changed files with 2 additions and 1 deletions
3
.github/workflows/package.yaml
vendored
3
.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:
|
||||||
|
|
@ -56,4 +57,4 @@ jobs:
|
||||||
name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }} Headless
|
name: Sparrow Build - ${{ runner.os }} ${{ runner.arch }} Headless
|
||||||
path: |
|
path: |
|
||||||
build/jpackage/*
|
build/jpackage/*
|
||||||
!build/jpackage/Sparrow/
|
!build/jpackage/Sparrow/
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue