Skip to content

Commit

Permalink
Specify envfile while building android for production
Browse files Browse the repository at this point in the history
  • Loading branch information
siepra committed Nov 21, 2022
1 parent 8aa9e0c commit 3aa39ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: echo ${{ SECRETS.GOOGLE_KEYSTORE }} | base64 --decode > ./packages/mobile/android/app/quietmobile.keystore

- name: "Build for Android"
run: cd ./packages/mobile/android && ./gradlew bundleStandardRelease
run: cd ./packages/mobile/android && ENVFILE=./packages/mobile/.env.production ./gradlew bundleStandardRelease

- name: "Upload Artifact"
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 3aa39ad

Please sign in to comment.