Skip to content

Commit

Permalink
dev: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
PiTrem authored Dec 7, 2023
1 parent ed9fb43 commit a8cfc84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/flutter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
echo flutter.minSdkVersion=21 > /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.targetSdkVersion=30 > /home/runner/work/chemobile/chemobile/android/local.properties
echo flutter.compileSdkVersion=30 > /home/runner/work/chemobile/chemobile/android/local.properties
cat /home/runner/work/chemobile/chemobile/android/local.properties
pwd
# - run: flutter build apk
- run: flutter build appbundle
- run: flutter build appbundle --debug

0 comments on commit a8cfc84

Please sign in to comment.