mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-22 10:54:19 -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
|
continue-on-error: true
|
||||||
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
releaseDirectory: deploy
|
releaseDirectory: android/build/outputs/apk/release
|
||||||
signingKeyBase64: ${{ secrets.BUNDLE_SIGNING_KEY_BASE64 }}
|
signingKeyBase64: ${{ secrets.BUNDLE_SIGNING_KEY_BASE64 }}
|
||||||
alias: ${{ secrets.BUNDLE_SIGNING_KEY_ALIAS }}
|
alias: ${{ secrets.BUNDLE_SIGNING_KEY_ALIAS }}
|
||||||
keyStorePassword: ${{ secrets.BUNDLE_SIGNING_KEYSTORE_PASSWORD }}
|
keyStorePassword: ${{ secrets.BUNDLE_SIGNING_KEYSTORE_PASSWORD }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user