Skip to content

Commit 7da171d

Browse files
committed
wip - CI
1 parent f33e801 commit 7da171d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/flutter_build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ jobs:
1313

1414
runs-on: ubuntu-latest
1515

16-
env:
17-
GRADLE_OPTS: "-Xmx4096m"
18-
1916
steps:
2017
- name: Checkout
2118
uses: actions/checkout@v4
@@ -76,6 +73,7 @@ jobs:
7673

7774
- name: Build Android App Bundle
7875
env:
76+
GRADLE_OPTS: -Xmx4096m
7977
KEEVAULT_ANDROID_BETA_KEYSTORE_PASSWORD: ${{ secrets.KEEVAULT_ANDROID_BETA_KEYSTORE_PASSWORD }}
8078
run: flutter build appbundle --dart-define KEEVAULT_STAGE=beta --dart-define KEEVAULT_CHANNEL=sideload
8179

0 commit comments

Comments
 (0)