diff --git a/apps/mobile/.github/workflows/android-public-release.yml b/apps/mobile/.github/workflows/android-public-release.yml index 571084cf5..c5e3cca3f 100644 --- a/apps/mobile/.github/workflows/android-public-release.yml +++ b/apps/mobile/.github/workflows/android-public-release.yml @@ -32,7 +32,7 @@ jobs: - name: Build Android App APKS run: | - ENVFILE=.env.public cd android && ./gradlew assembleRelease --no-daemon + cd android && ENVFILE=.env.public ./gradlew assembleRelease --no-daemon - name: Sign APK Files id: sign_app