diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index aac539aa..38c59589 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -30,7 +30,6 @@ jobs: id: sign_app with: releaseDirectory: "app/build/outputs/apk/release" - signedReleaseFile: "app/build/outputs/apk/release/signed.apk" signingKeyBase64: ${{ secrets.ANDROID_SIGNING_KEY }} alias: ${{ secrets.ANDROID_KEY_ALIAS }} keyStorePassword: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }} @@ -43,4 +42,4 @@ jobs: with: name: "Release APK" retention-days: 90 - path: "app/build/outputs/apk/release/signed.apk" \ No newline at end of file + path: "app/build/outputs/apk/release/app-release-signed.apk" \ No newline at end of file