1
0
forked from firka/firka

Jenkinsfile: build aab on release branch

This commit is contained in:
2025-09-06 16:59:38 +02:00
parent a4b691f8be
commit df1c5d9acf
2 changed files with 21 additions and 0 deletions

View File

@@ -102,6 +102,9 @@ if [ "$1" = "main" ]; then
echo "All builds completed successfully!"
ls -la build/app/outputs/flutter-apk/
echo "Building aab for playstore"
flutter build appbundle
else
echo "$HOME/.flutter_path not found!"
exit 1