Skip to content

Commit

Permalink
ci: fix missing msvcp140_1.dll
Browse files Browse the repository at this point in the history
  • Loading branch information
huxingyi committed Jul 27, 2023
1 parent 15fb76f commit 1fda916
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
ls "${VCToolsRedistDir}x64"
ls "${VCToolsRedistDir}x64/Microsoft.VC142.CRT"
7z a Dust3D-win32-x86_64.zip "${VCToolsRedistDir}x64/Microsoft.VC142.CRT/msvcp140.dll"
7z a Dust3D-win32-x86_64.zip "${VCToolsRedistDir}x64/Microsoft.VC142.CRT/msvcp140_1.dll"
7z a Dust3D-win32-x86_64.zip "${VCToolsRedistDir}x64/Microsoft.VC142.CRT/vcruntime140.dll"
7z a Dust3D-win32-x86_64.zip "${VCToolsRedistDir}x64/Microsoft.VC142.CRT/vcruntime140_1.dll"
mkdir ${GITHUB_WORKSPACE}/platforms
Expand Down

0 comments on commit 1fda916

Please sign in to comment.