From 401742d3657a6423e65515c7950fb7efc6493595 Mon Sep 17 00:00:00 2001 From: David Senk Date: Tue, 3 Sep 2024 17:27:19 -0400 Subject: [PATCH] add artifact gathering --- .github/workflows/windows.yaml | 7 +++++++ 1 file changed, 7 insertions(+) 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