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: