add artifact gathering

This commit is contained in:
2024-09-03 17:27:19 -04:00
parent 54b05d7f14
commit 401742d365

View File

@@ -27,3 +27,10 @@ jobs:
- name: Build for Windows - name: Build for Windows
run: flutter build 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