diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91e1e7d..49c4808 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,8 +21,8 @@ jobs: channel: "stable" architecture: x64 - run: flutter config --enable-macos-desktop + - run: cd lib && flutter analyze - run: flutter build macos - - run: flutter analyze - name: Release uses: softprops/action-gh-release@v1 if: startsWith(github.ref, 'refs/tags/')