From 09e5b9c182db7e4c748382eb904db02e9c397daf Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 13 Jun 2023 10:44:10 -0300 Subject: [PATCH] fix deploy (#39) --- .github/workflows/release.yml | 1 - 1 file changed, 1 deletion(-) 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