diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 99a9f816..88ab1faa 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -62,10 +62,10 @@ jobs: - run: flutter config --enable-macos-desktop - run: flutter create . - run: flutter pub get - - run: flutter build macos - - run: brew install tree - - run: tree ./ - uses: actions/upload-artifact@v2 with: name: Macos Source Code path: ./ + - run: flutter build macos + - run: brew install tree + - run: tree ./