Skip to content

Commit

Permalink
CI: windows copy dlls
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nac0 authored Dec 23, 2021
1 parent a1649b6 commit 1c0b5df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ jobs:
- run: flutter config --enable-windows-desktop
- name: flutter build windows
run: flutter build windows
- run: |
copy C:\Windows\System32\msvcp140.dll build\windows\runner\Release\
copy C:\Windows\System32\vcruntime140.dll build\windows\runner\Release\
copy C:\Windows\System32\vcruntime140_1.dll build\windows\runner\Release\
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 1c0b5df

Please sign in to comment.