build(Needs bump): Sign publication artifacts

This commit is contained in:
oSumAtrIX 2024-02-13 05:17:02 +01:00
parent bc5c16f112
commit 98085d1d45
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4
2 changed files with 12 additions and 0 deletions

View File

@ -24,6 +24,13 @@ jobs:
persist-credentials: false
fetch-depth: 0
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}
- name: Cache Gradle
uses: burrunan/gradle-cache-action@v1

View File

@ -88,3 +88,8 @@ publishing {
}
}
}
signing {
useGpgCmd()
sign(publishing.publications["revanced-patcher-publication"])
}