We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69b806c commit aa2882aCopy full SHA for aa2882a
1 file changed
.github/workflows/build_windows.yml
@@ -32,13 +32,13 @@ jobs:
32
run: flutter build windows --flavor instanceB -t lib/main_b.dart
33
34
- name: Upload main_a.exe
35
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
36
with:
37
name: main_a_exe
38
path: build/windows/instanceA/runner/Release/*.exe
39
40
- name: Upload main_b.exe
41
42
43
name: main_b_exe
44
path: build/windows/instanceB/runner/Release/*.exe
0 commit comments