Skip to content

Commit

Permalink
added debug to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad7n committed Oct 9, 2023
1 parent 2695331 commit e39491d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
name: production-apk
path: build/app/outputs/flutter-apk/app-release.apk
# build and upload development apk
# - run: flutter build apk --debug
# - uses: actions/upload-artifact@v3
# with:
# name: development-apk
# path: build/app/outputs/flutter-apk/app-debug.apk
- run: flutter build apk --debug
- uses: actions/upload-artifact@v3
with:
name: development-apk
path: build/app/outputs/flutter-apk/app-debug.apk
# build and upload development abb
# - run: flutter build appbundle --flavor production -t lib/main_production.dart
# - uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e39491d

Please sign in to comment.