add artifact gathering
This commit is contained in:
7
.github/workflows/windows.yaml
vendored
7
.github/workflows/windows.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user