Skip to content

Commit

Permalink
chore: Checking the location of key.properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
LuchoTurtle committed Oct 18, 2023
1 parent 2baae5d commit 6d73625
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/deploy_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,11 @@ jobs:
echo 'KeyAlias=${{ secrets.KEYSTORE_KEY_ALIAS }}' >> $KEYSTORE_PROPERTIES_PATH
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
# DELETE THIS
- name: ls
run: ls ${{ github.workspace }}/android

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

0 comments on commit 6d73625

Please sign in to comment.