Skip to content

Commit c8c9e3d

Browse files
committed
Add build attestation
1 parent f077199 commit c8c9e3d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/create_release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ jobs:
3939
SIGNING_STORE_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
4040
SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
4141

42+
- name: Attest App
43+
uses: actions/attest@v4
44+
with:
45+
subject-path: app/build/outputs/apk/release/*.apk
46+
4247
- name: Set app version env var
4348
run: |
4449
VERSION_NAME=$(grep -oP 'versionName\s*"\K[^"]+' app/build.gradle)

0 commit comments

Comments
 (0)