mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Merge c0d05b31d7 into 4774830ce4
This commit is contained in:
commit
c46a8a03c9
1 changed files with 9 additions and 1 deletions
8
.github/workflows/package.yaml
vendored
8
.github/workflows/package.yaml
vendored
|
|
@ -7,6 +7,7 @@ permissions:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
needs: gradle_wrapper_validate
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
@ -57,3 +58,10 @@ jobs:
|
||||||
path: |
|
path: |
|
||||||
build/jpackage/*
|
build/jpackage/*
|
||||||
!build/jpackage/Sparrow/
|
!build/jpackage/Sparrow/
|
||||||
|
|
||||||
|
gradle_wrapper_validate:
|
||||||
|
name: "Validate Gradle Wrapper"
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- uses: gradle/actions/wrapper-validation@v4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue