Skip to content

Commit 1e125c7

Browse files
Add VC dlls
1 parent d094f72 commit 1e125c7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/create_binaries.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ jobs:
2121
run: flutter doctor
2222
- name: Build Windows app
2323
run: flutter build windows
24+
- name: Copy VC redistributables
25+
run: |
26+
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\msvcp140.dll') .
27+
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140.dll') .
28+
Copy-Item (vswhere -latest -find 'VC\Redist\MSVC\*\x64\*\vcruntime140_1.dll') .
29+
working-directory: ./build/windows/runner/Release
2430
- name: Create artifact
2531
uses: actions/upload-artifact@v2
2632
with:

0 commit comments

Comments
 (0)