Skip to content

Commit

Permalink
Create upload artifacts on master for android/ios
Browse files Browse the repository at this point in the history
  • Loading branch information
astrutz committed Mar 27, 2021
1 parent 365e5b3 commit 59798d1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/flutter_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ jobs:
- run: flutter build apk
- run: flutter build ios --release --no-codesign
- run: flutter build web
- uses: actions/upload-artifact@v2
with:
name: android
path: build/app/outputs/flutter-apk/app-release.apk
- uses: actions/upload-artifact@v2
with:
name: ios
path: Users/runner/work/DartsDrill/DartsDrill/build/ios/iphoneos/Runner.app
-
name: Deploy to GitHub Pages
if: success()
Expand Down

0 comments on commit 59798d1

Please sign in to comment.