6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 38c11f82

AuthorNikolaj King<nikolaj.king@gmail.com>
Date2024-08-02 08:56:32 +0200
Update build-android.yml for Azure Pipelines

Changed files

azure/templates/build-android.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Diff

diff --git a/azure/templates/build-android.yml b/azure/templates/build-android.yml
index d02c5a83..25c3a52f 100644
--- a/azure/templates/build-android.yml
+++ b/azure/templates/build-android.yml
@@ -45,7 +45,7 @@ stages:
script: |
cp $(localprop.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app/android/local.properties
cp $(keyprop.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app/android/key.properties
- cp $(key.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app/android/app/comwell_keystore.jks
+ cp $(comwell_keystore.secureFilePath) $(Build.SourcesDirectory)/comwell_key_app/android/app/comwell_keystore.jks
echo "local.properties copied to $(Build.SourcesDirectory)/comwell_key_app/android/local.properties"
echo "key.properties copied to $(Build.SourcesDirectory)/comwell_key_app/android/key.properties"