Skip to content

Commit

Permalink
Github Patch
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerhgl committed Oct 26, 2020
1 parent 970ee80 commit 6b0d306
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ jobs:
cd app
flutter pub get
dart ./scripts/splitVectorIcons.dart
flutter build apk -t lib/main.mobile.dart --release
flutter clean
flutter pub get
flutter build apk -t lib/main.mobile.dart
- name: Create Android Release
uses: ncipollo/release-action@v1
with:
Expand Down Expand Up @@ -156,4 +158,3 @@ jobs:
artifacts: 'app\build\windows\runner\windows-release.zip'
token: ${{ secrets.TOKEN }}
allowUpdates: true

0 comments on commit 6b0d306

Please sign in to comment.