Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBoomDeveloper authored Mar 10, 2024
1 parent 767914c commit 590c97f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -43,4 +42,4 @@ jobs:
with:
name: "Release APK"
retention-days: 90
path: "app/build/outputs/apk/release/signed.apk"
path: "app/build/outputs/apk/release/app-release-signed.apk"

0 comments on commit 590c97f

Please sign in to comment.