We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63e32b commit 10b4d06Copy full SHA for 10b4d06
.github/workflows/main.yml
@@ -35,7 +35,7 @@ jobs:
35
- uses: subosito/flutter-action@e938fdf56512cc96ef2f93601a5a40bde3801046
36
with:
37
channel: beta
38
- - run: cd tool && flutter pub get && dart ./tool/ci_script.dart && cd ../
+ - run: cd tool && flutter pub get && dart ci_script.dart && cd ../
39
40
# android-build:
41
# runs-on: ubuntu-latest
0 commit comments