mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-11 21:15:37 +02:00
ci: Release Attestation
This commit is contained in:
parent
6e57a6e977
commit
3d5c3b1ec8
1 changed files with 6 additions and 0 deletions
6
.github/workflows/release-build.yml
vendored
6
.github/workflows/release-build.yml
vendored
|
@ -55,3 +55,9 @@ jobs:
|
|||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
prerelease: false
|
||||
files: revanced-manager-${{ env.RELEASE_VERSION }}.apk
|
||||
|
||||
- name: Attest
|
||||
uses: actions/attest-build-provenance@v2
|
||||
with:
|
||||
subject-name: 'ReVanced Manager ${{ env.RELEASE_VERSION }}'
|
||||
subject-path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue