Skip to content

Commit

Permalink
fix workflow yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wile44 committed Aug 3, 2022
1 parent db059ab commit 74f6729
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/.release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
flutter-version: '2.8.1'
channel: 'stable'
- run: flutter upgrade
- run: flutter pub get
- run: flutter build apk --debug --split-per-abi
- name: Push to Releases
Expand Down
Empty file added flutter
Empty file.
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 1.0.0+1

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.16.0 <3.0.0"

dependencies:
animations: ^2.0.1
Expand Down

0 comments on commit 74f6729

Please sign in to comment.