~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.
ffb15fcb
—
pyrossh 2 years ago
fix web env
.github/workflows/build.yml
CHANGED
|
@@ -23,8 +23,8 @@ jobs:
|
|
|
23
23
|
envkey_RESEND_API_KEY: ${{ secrets.RESEND_API_KEY }}
|
|
24
24
|
- run: flutter --version
|
|
25
25
|
- run: flutter pub get
|
|
26
|
-
- run: cp .env build/web/assets
|
|
27
26
|
- run: flutter build web
|
|
27
|
+
- run: cp .env build/web/assets
|
|
28
28
|
- uses: actions/upload-pages-artifact@v1
|
|
29
29
|
with:
|
|
30
30
|
path: build/web
|