diff --git a/.github/workflows/Flutter_CI.yml b/.github/workflows/Flutter_CI.yml index f5f143fe..77e83945 100644 --- a/.github/workflows/Flutter_CI.yml +++ b/.github/workflows/Flutter_CI.yml @@ -13,7 +13,7 @@ jobs: channel: 'stable' flutter-version: '2.10.0' - name: Install dependencies - run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev + run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev liblzma-dev libnotify-dev - name: Install project dependencies run: flutter pub get - name: Generate intermediates @@ -67,33 +67,33 @@ jobs: with: files: build/windows/runner/Release/AtmospherePro-${{github.ref_name}}-windows.zip - build-and-release-macos: - runs-on: macos-latest + # build-and-release-macos: + # runs-on: macos-latest - steps: - - uses: actions/checkout@v2 - - uses: subosito/flutter-action@v1 - with: - channel: 'stable' - flutter-version: '2.10.0' - - name: Install project dependencies - run: flutter pub get - - name: Generate intermediates - run: flutter pub run build_runner build --delete-conflicting-outputs - - name: Enable macOS build - run: flutter config --enable-macos-desktop - - name: Build artifacts - run: flutter build macos --release --allowProvisioningUpdates - - name: Archive Release - uses: thedoctor0/zip-release@master - with: - type: 'zip' - filename: AtmospherePro-${{github.ref_name}}-macos.zip - directory: build/macos/Build/Products/Release - - name: macOS Release - uses: softprops/action-gh-release@v1 - if: startsWith(github.ref, 'refs/tags/') - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - with: - files: build/macos/Build/Products/Release/AtmospherePro-${{github.ref_name}}-macos.zip \ No newline at end of file + # steps: + # - uses: actions/checkout@v2 + # - uses: subosito/flutter-action@v1 + # with: + # channel: 'stable' + # flutter-version: '2.10.0' + # - name: Install project dependencies + # run: flutter pub get + # - name: Generate intermediates + # run: flutter pub run build_runner build --delete-conflicting-outputs + # - name: Enable macOS build + # run: flutter config --enable-macos-desktop + # - name: Build artifacts + # run: flutter build macos --release + # - name: Archive Release + # uses: thedoctor0/zip-release@master + # with: + # type: 'zip' + # filename: AtmospherePro-${{github.ref_name}}-macos.zip + # directory: build/macos/Build/Products/Release + # - name: macOS Release + # uses: softprops/action-gh-release@v1 + # if: startsWith(github.ref, 'refs/tags/') + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # with: + # files: build/macos/Build/Products/Release/AtmospherePro-${{github.ref_name}}-macos.zip \ No newline at end of file