mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 02:42:16 -04:00
Fixed error in APK release
This commit is contained in:
parent
1530389507
commit
4eb9fe3751
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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user