diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fb4a355..392f363 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,6 @@ jobs: with: channel: 'stable' - run: sudo apt-get install -y clang cmake ninja-build pkg-config libgtk-3-dev - - run: cd packages/combustile_editor && flutter build linux - run: flutter build linux - name: Zips the build uses: papeloto/action-zip@v1