Skip to content

Commit

Permalink
Merge pull request #17 from Thuenen-Forest-Ecosystems/v1.0.0
Browse files Browse the repository at this point in the history
add .env
  • Loading branch information
b-lack authored Sep 18, 2024
2 parents 1f296ab + e2cb5b5 commit 4d61bd0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy_mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
echo "keyPassword=${{ secrets.KEY_PASSWORD }}" >> android/key.properties
echo "keyAlias=${{ secrets.KEY_ALIAS }}" >> android/key.properties
echo "storeFile=keystore.jks" >> android/key.properties
- name: 'Create env file'
run: touch .env

#6 Building APK
- name: Build APK
Expand Down

0 comments on commit 4d61bd0

Please sign in to comment.