Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
tarasverq committed Aug 18, 2023
1 parent e4998f0 commit cd3b4ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ steps:

- task: AndroidSigning@3
inputs:
apkFiles: 'android/app/build/outputs/apk/*.apk'
apkFiles: 'android/app/build/outputs/apk/release/*.apk'
apksignerKeystoreFile: 'my-release-key.keystore'
apksignerKeystorePassword: '$(KeystorePassword)'
apksignerKeystoreAlias: 'alias_name'
Expand Down

0 comments on commit cd3b4ff

Please sign in to comment.