Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayesh Nirve authored Jun 16, 2020
1 parent 902a275 commit 3d72130
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: flutter pub upgrade
- run: flutter pub get
working-directory: ./
- run: flutter build ios --no-codesign
buildandroid:
Expand All @@ -38,6 +37,5 @@ jobs:
- run: git clone https://github.com/flutter/flutter.git -b beta _flutter --depth 1
- run: echo "::add-path::$GITHUB_WORKSPACE/_flutter/bin"
- run: flutter pub upgrade
- run: flutter pub get
working-directory: ./
- run: flutter build appbundle

0 comments on commit 3d72130

Please sign in to comment.