We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ad162b + 7ecf939 commit 56c3c6dCopy full SHA for 56c3c6d
.github/workflows/flutter-release-apk.yml
@@ -16,6 +16,11 @@ jobs:
16
with:
17
flutter-version: '3.24.0'
18
19
+ - name: Set up .env file
20
+ run: |
21
+ mkdir -p assets/config
22
+ echo "BASE_URL=${{ secrets.BASE_URL }}" > assets/config/.env
23
+
24
- name: Install dependencies
25
run: flutter pub get
26
.github/workflows/flutter-test.yml
@@ -18,6 +18,11 @@ jobs:
27
28
0 commit comments