Skip to content

Commit

Permalink
testting109
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-JihunCha committed Mar 30, 2022
1 parent 02b8c08 commit 42afca3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@ jobs:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
with:
distribution: 'zulu'
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.8.0'
- run: flutter pub get
- run: flutter test
- run: flutter build apk --debug --split-per-abi
- run: flutter build apk
- name: Create a Release APK
uses: ncipollo/release-action@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -164,4 +164,4 @@ packages:
source: hosted
version: "2.1.2"
sdks:
dart: ">=2.16.2 <3.0.0"
dart: ">=2.15.0 <3.0.0"

0 comments on commit 42afca3

Please sign in to comment.