Skip to content

Commit

Permalink
CI: upload apk as artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 committed Sep 14, 2023
1 parent 44adf1d commit f3f74d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/flutter_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
- run: flutter pub get
- name: Build example APK
run: flutter build apk
- name: Upload apk as artifact
uses: actions/upload-artifact@v3
with:
name: maplibre.apk
path: example/build/app/outputs/flutter-apk/app-release.apk
# We might want to add a flutter test step in the future, when there actually are tests for this plugin

build-iOS:
Expand Down

0 comments on commit f3f74d7

Please sign in to comment.