diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8d68797..b97da87 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -52,7 +52,7 @@ jobs: - name: Install project dependencies run: flutter pub get - name: Build artifacts - run: flutter build windows --release + run: flutter build linux --release - name: Archive Release uses: thedoctor0/zip-release@master with: