~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.
2c3c6de5
—
pyrossh 2 years ago
add about-us url
.github/workflows/build.yml
CHANGED
|
@@ -21,12 +21,13 @@ jobs:
|
|
|
21
21
|
flutter-version: '3.13.0'
|
|
22
22
|
channel: 'stable'
|
|
23
23
|
cache: true
|
|
24
|
-
- run: flutter build appbundle --debug
|
|
24
|
+
- run: flutter build appbundle --debug --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|
|
25
|
-
- run: flutter build ios --release --no-codesign
|
|
25
|
+
- run: flutter build ios --release --no-codesign --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|
|
26
26
|
- run: flutter config --enable-macos-desktop
|
|
27
|
-
- run: flutter build macos --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|
|
27
|
+
- run: flutter build macos --release --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|
|
28
28
|
- run: flutter build web --dart-define=TTS_SUBSCRIPTION_KEY=${{ secrets.TTS_SUBSCRIPTION_KEY }} --dart-define=RESEND_API_KEY=${{ secrets.RESEND_API_KEY }}
|
|
29
29
|
- run: cp build/web/index.html build/web/privacy-policy.html
|
|
30
|
+
- run: cp build/web/index.html build/web/about-us.html
|
|
30
31
|
- uses: actions/upload-pages-artifact@v1
|
|
31
32
|
with:
|
|
32
33
|
path: build/web
|