Skip to content

Commit

Permalink
release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninad7n committed Oct 9, 2023
1 parent e39491d commit 1113ed5
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 @@ -25,11 +25,11 @@ jobs:
- run: flutter pub get
## - run: flutter test
## build and upload production apk
- run: flutter build apk --release
- uses: actions/upload-artifact@v3
with:
name: production-apk
path: build/app/outputs/flutter-apk/app-release.apk
# - run: flutter build apk --release
# - uses: actions/upload-artifact@v3
# with:
# 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
Expand Down

0 comments on commit 1113ed5

Please sign in to comment.