~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.
72f0f9cf
—
pyrossh 2 years ago
Fix build
.github/workflows/build.yml
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
name:
|
|
1
|
+
name: Build
|
|
2
2
|
'on':
|
|
3
3
|
push:
|
|
4
4
|
branches:
|
|
@@ -67,7 +67,7 @@ jobs:
|
|
|
67
67
|
- uses: subosito/flutter-action@v2
|
|
68
68
|
with:
|
|
69
69
|
flutter-version: '3.10.6'
|
|
70
|
-
channel: '
|
|
70
|
+
channel: 'stable'
|
|
71
71
|
cache: true
|
|
72
72
|
- run: flutter config --enable-windows-desktop
|
|
73
73
|
- run: flutter build windows
|