Skip to content

Commit

Permalink
Update linux_develop_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fwild authored Feb 27, 2024
1 parent 7274eb9 commit 66173eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_develop_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
versioning: Semantic
# dirty build needed to include generated Watson credentials
allowDirtyBuild: true
androidExportType: androidAppBundle
androidExportType: androidPackage # for store upload change to 'androidAppBundle'
androidKeystoreName: miragexr # This file won't exist, but this property needs to exist.
androidKeystoreBase64: ${{ secrets.ANDROID_KEYSTORE_BASE64 }}
androidKeystorePass: ${{ secrets.ANDROID_KEYSTORE_PASS }}
Expand Down

0 comments on commit 66173eb

Please sign in to comment.