mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-06 16:28:40 +07:00
Fixed error in APK release
This commit is contained in:
2
.github/workflows/buildAndDeploy.yml
vendored
2
.github/workflows/buildAndDeploy.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
continue-on-error: true
|
||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||
with:
|
||||
releaseDirectory: deploy
|
||||
releaseDirectory: android/build/outputs/apk/release
|
||||
signingKeyBase64: ${{ secrets.BUNDLE_SIGNING_KEY_BASE64 }}
|
||||
alias: ${{ secrets.BUNDLE_SIGNING_KEY_ALIAS }}
|
||||
keyStorePassword: ${{ secrets.BUNDLE_SIGNING_KEYSTORE_PASSWORD }}
|
||||
|
Reference in New Issue
Block a user