diff --git a/.github/workflows/release-apk.yml b/.github/workflows/release-apk.yml index f7df0a96..d7ecb90a 100644 --- a/.github/workflows/release-apk.yml +++ b/.github/workflows/release-apk.yml @@ -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