Skip to content

Commit

Permalink
Fix Android CI
Browse files Browse the repository at this point in the history
  • Loading branch information
prof18 committed Jul 8, 2024
1 parent 792bad0 commit 12a7f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android-alpha-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "keyAlias=$KEYSTORE_KEY_ALIAS" >> keystore.properties
echo "storePassword=$KEYSTORE_STORE_PASSWORD" >> keystore.properties
echo "keyPassword=$KEYSTORE_KEY_PASSWORD" >> keystore.properties
echo "dropbox_key=$KEYSTORE_KEY_PASSWORD" >> keystore.properties
echo "dropbox_key=$DROPBOX_API_KEY" >> keystore.properties
env:
KEYSTORE_KEY_ALIAS: ${{ secrets.KEYSTORE_KEY_ALIAS }}
KEYSTORE_KEY_PASSWORD: ${{ secrets.KEYSTORE_KEY_PASSWORD }}
Expand Down

0 comments on commit 12a7f60

Please sign in to comment.