Skip to content

Commit

Permalink
chore: Check key properties keystore file. #342
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Oct 18, 2023
1 parent 85f041c commit 2baae5d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
# Only trigger, when pushing into the `main` branch
push:
branches: [main]

# DELETE THIS
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -59,6 +61,12 @@ jobs:
echo 'StorePassword=${{ secrets.KEYSTORE_PASSWORD }}' >> $KEYSTORE_PROPERTIES_PATH
echo 'KeyPassword=${{ secrets.KEYSTORE_KEY_PASSWORD }}' >> $KEYSTORE_PROPERTIES_PATH
# DELETE THIS
- name: Cat
env:
KEYSTORE_PROPERTIES_PATH: ${{ github.workspace }}/android/key.properties
run: cat $KEYSTORE_PROPERTIES_PATH

- name: 🤖📦 Create Android appbundle release
run: |
flutter build appbundle \
Expand Down

0 comments on commit 2baae5d

Please sign in to comment.