Skip to content

Commit

Permalink
The correct key alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
zond committed Apr 1, 2020
1 parent 2c0f25a commit 8a82229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build with Gradle
env:
KEYSTORE: signing.keystore
KEY_ALIAS: mykey
KEY_ALIAS: release
KEY_PASSWORD: ${{ secrets.keystorePassword }}
KEYSTORE_PASSWORD: ${{ secrets.keystorePassword }}
run: ./gradlew assembleRelease --refresh-dependencies
Expand Down

0 comments on commit 8a82229

Please sign in to comment.