mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2025-11-05 11:56:37 +00:00
Merge 0ddf7ca1f6 into 4774830ce4
This commit is contained in:
commit
c04fc8710a
1 changed files with 8 additions and 1 deletions
9
.github/workflows/package.yaml
vendored
9
.github/workflows/package.yaml
vendored
|
|
@ -56,4 +56,11 @@ 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/
|
||||||
|
|
||||||
|
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