Skip to content

Commit 590c97f

Browse files
Update android.yml
1 parent 767914c commit 590c97f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ jobs:
3030
id: sign_app
3131
with:
3232
releaseDirectory: "app/build/outputs/apk/release"
33-
signedReleaseFile: "app/build/outputs/apk/release/signed.apk"
3433
signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }}
3534
alias: ${{ secrets.ANDROID_KEY_ALIAS }}
3635
keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
@@ -43,4 +42,4 @@ jobs:
4342
with:
4443
name: "Release APK"
4544
retention-days: 90
46-
path: "app/build/outputs/apk/release/signed.apk"
45+
path: "app/build/outputs/apk/release/app-release-signed.apk"

0 commit comments

Comments
 (0)