浏览代码

Update dart.yml

Luke Pighetti 5 年之前
父节点
当前提交
5a9318fb53
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      .github/workflows/dart.yml

+ 2 - 2
.github/workflows/dart.yml

@@ -1,4 +1,4 @@
-name: Flutter
+name: build
 
 on:
   push:
@@ -17,6 +17,6 @@ jobs:
           java-version: '12.x'
       - uses: subosito/flutter-action@v1
         with:
-          channel: 'stable'
+          channel: stable
       - run: flutter pub get
       - run: flutter test