From 650b50a23619ea9b0d1f5d9efd1aed7c7aa4609e Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Fri, 2 May 2025 01:29:31 +0700 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ecc9377e3f..27acdd1f41 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,6 +51,14 @@ jobs: msg: ${{ steps.sign_apk.outputs.signedFiles }} separator: ':' + - name: Attest + uses: actions/attest-build-provenance@v2 + with: + # TODO: Get build version and variant + # Example: ReVanced GmsCore v1337.593.58392 (Huawei) + # subject-name: 'ReVanced GmsCore ' + subject-path: play-services-core/build/outputs/apk/releases/*-signed.apk + - name: Release uses: ncipollo/release-action@v1 with: