1 parent f077199 commit c8c9e3dCopy full SHA for c8c9e3d
1 file changed
.github/workflows/create_release.yml
@@ -39,6 +39,11 @@ jobs:
39
SIGNING_STORE_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
40
SIGNING_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
41
42
+ - name: Attest App
43
+ uses: actions/attest@v4
44
+ with:
45
+ subject-path: app/build/outputs/apk/release/*.apk
46
+
47
- name: Set app version env var
48
run: |
49
VERSION_NAME=$(grep -oP 'versionName\s*"\K[^"]+' app/build.gradle)
0 commit comments