fix(ci): pass ANDROID_KEYSTORE_PASSWORD to deploy-apk-to-server step
The deploy-apk-to-server task depends on build-android which signs the APK — it needs the keystore password or the packageRelease Gradle task fails. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
c3b814db54
commit
251e9d051e
@@ -103,6 +103,7 @@ jobs:
|
||||
env:
|
||||
SSH_USER: ${{ secrets.SSH_USER }}
|
||||
SSH_HOST: ${{ secrets.SSH_HOST }}
|
||||
ANDROID_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
|
||||
run: nix develop --no-warn-dirty --command task deploy-apk-to-server
|
||||
|
||||
- name: Generate build history
|
||||
|
||||
Reference in New Issue
Block a user