Skip to content

Commit

Permalink
revert key name
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyaPomaskin committed Nov 8, 2023
1 parent 3bbd253 commit 4f714f3
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 @@ -63,7 +63,7 @@ jobs:
env:
FHEROES2_KEYSTORE: .keystore/fheroes2.keystore
FHEROES2_KEYSTORE_PASSWORD: ${{ secrets.ANDROID_KEYSTORE_PASSWORD }}
FHEROES2_KEY_ALIAS: key0
FHEROES2_KEY_ALIAS: release
FHEROES2_KEY_PASSWORD: ${{ secrets.ANDROID_KEY_PASSWORD }}
- name: Lint
if: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 4f714f3

Please sign in to comment.