~repos /only-bible-app
git clone https://pyrossh.dev/repos/only-bible-app.git
The only bible app you will ever need. No ads. No in-app purchases. No distractions.
62522864
—
pyrossh 2 years ago
fix build
.github/workflows/build.yml
CHANGED
|
@@ -7,17 +7,17 @@ jobs:
|
|
|
7
7
|
web:
|
|
8
8
|
runs-on: ubuntu-latest
|
|
9
9
|
steps:
|
|
10
|
-
- name: Make envfile
|
|
11
|
-
uses: SpicyPizza/create-envfile@v2.0
|
|
12
|
-
with:
|
|
13
|
-
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
14
|
-
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
15
10
|
- uses: actions/checkout@v3
|
|
16
11
|
- uses: subosito/flutter-action@v2
|
|
17
12
|
with:
|
|
18
13
|
flutter-version: '3.13.0'
|
|
19
14
|
channel: 'stable'
|
|
20
15
|
cache: true
|
|
16
|
+
- name: Make envfile
|
|
17
|
+
uses: SpicyPizza/create-envfile@v2.0
|
|
18
|
+
env:
|
|
19
|
+
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
20
|
+
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
21
21
|
- run: flutter --version
|
|
22
22
|
- run: flutter pub get
|
|
23
23
|
- run: flutter build web
|