Skip to content

Commit

Permalink
fix(ci): Wrong path in APK env dump & continuous deployment token upd…
Browse files Browse the repository at this point in the history
…ated
  • Loading branch information
RezaRahemtola committed Oct 6, 2023
1 parent 74ffcb6 commit 803068b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ jobs:
channel: stable
cache: true
- name: Add environment file
working-directory: .
run: |
INFISICAL_TOKEN=${{ secrets.INFISICAL_TOKEN }} ../../scripts/dump_env.sh prod
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 803068b

Please sign in to comment.