We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52b982d commit bc3888dCopy full SHA for bc3888d
.github/workflows/release-build.yml
@@ -9,6 +9,9 @@ jobs:
9
build:
10
name: Build
11
runs-on: ubuntu-latest
12
+ permissions:
13
+ id-token: write
14
+ attestations: write
15
steps:
16
- uses: actions/checkout@v4
17
- name: Set env
@@ -41,6 +44,11 @@ jobs:
41
44
- name: Add version to APK
42
45
run: mv ${{ steps.sign_apk.outputs.signedFile }} revanced-manager-${{ env.RELEASE_VERSION }}.apk
43
46
47
+ - name: Generate artifact attestation
48
+ uses: actions/attest-build-provenance@v1
49
+ with:
50
+ subject-path: revanced-manager-${{ env.RELEASE_VERSION }}.apk
51
+
52
- name: Publish release APK
53
uses: "marvinpinto/action-automatic-releases@latest"
54
with:
0 commit comments