Skip to content

Commit

Permalink
fix(ci): Flutter env file
Browse files Browse the repository at this point in the history
  • Loading branch information
RezaRahemtola committed Oct 6, 2023
1 parent c49725a commit 74ffcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cache: true
- name: Add environment file
run: |
INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} infisical export--path=frontend/mobile --env=prod > .env
INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} ../../scripts/dump_env.sh prod
- name: Build APK
run: flutter build apk
- name: Add APK to release
Expand Down

0 comments on commit 74ffcb6

Please sign in to comment.