Skip to content

Commit

Permalink
Fix Github Action build
Browse files Browse the repository at this point in the history
  • Loading branch information
w568w committed May 30, 2021
1 parent e350c79 commit 392fc6c
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.0'
channel: 'stable'
- run: flutter pub get
#Testing is still useless at the moment.
#- run: flutter test
- run: flutter build ios --no-codesign
# Use debug profile to sign with no specific keystore
- run: flutter build apk --debug
- uses: actions/setup-java@v1
with:
java-version: '12.x'
- uses: subosito/flutter-action@v1
with:
flutter-version: '2.2.0'
channel: 'stable'
- run: flutter pub get
#Testing is still useless at the moment.
#- run: flutter test
- run: flutter build ios --no-codesign
# Use debug profile to sign with no specific keystore
- run: flutter build apk --debug


0 comments on commit 392fc6c

Please sign in to comment.