From 3eb96ee3b7003904da2dac567d6254252e6daf0c Mon Sep 17 00:00:00 2001 From: David Senk Date: Tue, 3 Sep 2024 17:50:15 -0400 Subject: [PATCH] more specific build target for windows --- .github/workflows/windows.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 4e06737..61b09b4 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -32,5 +32,5 @@ jobs: uses: actions/upload-artifact@v4 with: name: flutter-windows-build-latest - path: build/windows + path: build/windows/x64/runner if-no-files-found: error