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
7
.github/workflows/package.yaml
vendored
7
.github/workflows/package.yaml
vendored
|
|
@ -57,3 +57,10 @@ jobs:
|
|||
path: |
|
||||
build/jpackage/*
|
||||
!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