~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.
b3bb8acf
—
pyrossh 2 years ago
fix build.yml
.github/workflows/build.yml
CHANGED
|
@@ -21,8 +21,7 @@ jobs:
|
|
|
21
21
|
flutter-version: '3.13.0'
|
|
22
22
|
channel: 'stable'
|
|
23
23
|
cache: true
|
|
24
|
-
- run: flutter --disable-telemetry
|
|
25
|
-
- run: flutter build appbundle
|
|
24
|
+
- run: flutter build appbundle --debug
|
|
26
25
|
- run: flutter build ios --release --no-codesign
|
|
27
26
|
- run: flutter config --enable-macos-desktop
|
|
28
27
|
- run: flutter build macos --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|