Skip to content

Commit

Permalink
Fix step names
Browse files Browse the repository at this point in the history
  • Loading branch information
Matej-Hlatky committed Jan 3, 2025
1 parent a4aa924 commit 4550c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android_package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
working-directory: ./app
run: echo $ENCODED_STRING | base64 -d > release_keystore.jks

- name: Build Googla Play .aab
- name: Build Google Play .aab
env:
AVM_KEYSTORE_FILE: ../../release_keystore.jks
AVM_KEYSTORE_PASSWORD: ${{ secrets.GOOGLE_RELEASE_KEYSTORE_PASSWORD }}
Expand All @@ -60,7 +60,7 @@ jobs:
working-directory: ./app
run: flutter build appbundle --release

- name: Build Andorid .apk
- name: Build Android .apk
env:
AVM_KEYSTORE_FILE: ../../release_keystore.jks
AVM_KEYSTORE_PASSWORD: ${{ secrets.GOOGLE_RELEASE_KEYSTORE_PASSWORD }}
Expand Down

0 comments on commit 4550c21

Please sign in to comment.