diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 07dfc97..086284e 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -27,3 +27,10 @@ jobs: - name: Build for Windows run: flutter build windows + + - name: Gather artifacts + uses: actions/upload-artifact@v4 + with: + name: flutter-windows-build-latest + path: build + if-no-files-found: error