fix: update release gh action flutter build step

This commit is contained in:
ggurdin 2025-10-30 12:31:54 -04:00
parent 0116e77d0b
commit 4b5b397f3b
No known key found for this signature in database
GPG key ID: A01CB41737CBB478
2 changed files with 2 additions and 2 deletions

View file

@ -60,7 +60,7 @@ jobs:
echo "$WEB_APP_ENV" > .env
echo "$WEB_APP_ENV" > assets/.env
- name: Build Release Web
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps --base-href "/web/"
run: flutter build web --dart-define=FLUTTER_WEB_CANVASKIT_URL=canvaskit/ --release --source-maps
- name: Create archive
run: tar -czf pangeachat-web.tar.gz build/web/
- name: Upload Web Build

View file

@ -6,7 +6,7 @@ description: Learn a language while texting your friends.
# Pangea#
publish_to: none
# On version bump also increase the build number for F-Droid
version: 4.1.14+1
version: 4.1.14+2
environment:
sdk: ">=3.0.0 <4.0.0"