Skip to content

Commit f4e272d

Browse files
authored
Update android-publish.yml
1 parent e087250 commit f4e272d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/android-publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949

5050
- name: Sign AAB
5151
uses: r0adkll/sign-android-release@v1
52+
id: sign_app
5253
with:
5354
releaseDirectory: app/build/outputs/bundle/freeRelease
5455
signingKeyBase64: ${{ secrets.SIGN_KEY }}
@@ -61,7 +62,7 @@ jobs:
6162
with:
6263
serviceAccountJsonPlainText: ${{secrets.GOOGLE_SERVICE_ACCOUNT}}
6364
packageName: sk.styk.martin.apkanalyzer
64-
releaseFiles: app/build/outputs/bundle/release/app-free-release.aab
65+
releaseFiles: ${{ steps.sign_app.outputs.signedReleaseFile }}
6566
mappingFile: app/build/outputs/mapping/freeRelease/mapping.txt
6667
track: beta
6768
status: draft

0 commit comments

Comments
 (0)