From d9eefecfb66007ba210af15eff59d98847e6e583 Mon Sep 17 00:00:00 2001 From: Pebkac03 Date: Thu, 8 Aug 2024 01:31:21 +0200 Subject: [PATCH] continue CD work --- .github/workflows/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 543ee64..ed14b29 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -48,6 +48,8 @@ jobs: # run: flutter_distributor release --name=release --jobs=release-linux-deb - name: list directory run: ls -a + - name: build linux + run: flutter build linux - name: Upload build uses: actions/upload-artifact@v4 with: