~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.
e0a594de
—
pyrossh 2 years ago
fix typo
- .github/workflows/build.yml +6 -14
.github/workflows/build.yml
CHANGED
|
@@ -17,8 +17,7 @@ jobs:
|
|
|
17
17
|
flutter-version: '3.13.0'
|
|
18
18
|
channel: 'stable'
|
|
19
19
|
cache: true
|
|
20
|
-
- name: Make envfile
|
|
21
|
-
|
|
20
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
22
21
|
env:
|
|
23
22
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
24
23
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
@@ -32,7 +31,6 @@ jobs:
|
|
|
32
31
|
android:
|
|
33
32
|
runs-on: ubuntu-latest
|
|
34
33
|
steps:
|
|
35
|
-
- name: Make envfile
|
|
36
34
|
- uses: actions/checkout@v3
|
|
37
35
|
- uses: actions/setup-java@v2
|
|
38
36
|
with:
|
|
@@ -43,8 +41,7 @@ jobs:
|
|
|
43
41
|
flutter-version: '3.13.0'
|
|
44
42
|
channel: 'stable'
|
|
45
43
|
cache: true
|
|
46
|
-
- name: Make envfile
|
|
47
|
-
|
|
44
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
48
45
|
env:
|
|
49
46
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
50
47
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
@@ -58,8 +55,7 @@ jobs:
|
|
|
58
55
|
flutter-version: '3.13.0'
|
|
59
56
|
channel: 'stable'
|
|
60
57
|
architecture: x64
|
|
61
|
-
- name: Make envfile
|
|
62
|
-
|
|
58
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
63
59
|
env:
|
|
64
60
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
65
61
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
@@ -67,7 +63,6 @@ jobs:
|
|
|
67
63
|
macos:
|
|
68
64
|
runs-on: macos-latest
|
|
69
65
|
steps:
|
|
70
|
-
- name: Make envfile
|
|
71
66
|
- uses: actions/checkout@v3
|
|
72
67
|
- uses: subosito/flutter-action@v2
|
|
73
68
|
with:
|
|
@@ -75,8 +70,7 @@ jobs:
|
|
|
75
70
|
channel: 'stable'
|
|
76
71
|
architecture: x64
|
|
77
72
|
cache: true
|
|
78
|
-
- name: Make envfile
|
|
79
|
-
|
|
73
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
80
74
|
env:
|
|
81
75
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
82
76
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
@@ -91,8 +85,7 @@ jobs:
|
|
|
91
85
|
flutter-version: '3.13.0'
|
|
92
86
|
channel: 'stable'
|
|
93
87
|
cache: true
|
|
94
|
-
- name: Make envfile
|
|
95
|
-
|
|
88
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
96
89
|
env:
|
|
97
90
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
98
91
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
@@ -107,8 +100,7 @@ jobs:
|
|
|
107
100
|
flutter-version: '3.13.0'
|
|
108
101
|
channel: 'stable'
|
|
109
102
|
cache: true
|
|
110
|
-
- name: Make envfile
|
|
111
|
-
|
|
103
|
+
- uses: SpicyPizza/create-envfile@v2.0
|
|
112
104
|
env:
|
|
113
105
|
envkey_TTS_SUBSCRIPTION_KEY: ${{ secrets.TTS_SUBSCRIPTION_KEY }}
|
|
114
106
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|