From e629d2df0ccafe913652b8d6b406bbc86512c268 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Thu, 22 May 2025 14:54:04 +0200 Subject: [PATCH] ci: Set build attestation subject name --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2dcb184e..cb2b9029 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,4 +61,5 @@ jobs: if: steps.semantic.outputs.new_release_published == 'true' uses: actions/attest-build-provenance@v2 with: + subject-name: 'ReVanced Manager ${{ steps.release.outputs.new_release_git_tag }}' subject-path: build/app/outputs/apk/release/revanced-manager-*.apk \ No newline at end of file