Update build-win64.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-05 16:33:14 +03:00
parent fe160c9bc0
commit 97c60c3aff

View File

@ -46,8 +46,8 @@ jobs:
set "LIB=%LIB%;c:/program files/openssl/lib/VC/x64/MT;c:/vcpkg/installed/x64-windows/lib"
set "INCLUDE=%INCLUDE%;c:/program files/openssl/include;c:/vcpkg/installed/x64-windows/include"
nmake /F Makefile.msvc64
dir c:\vcpkg\installed\x64-windows\
copy /Y c:\vcpkg\installed\x64-windows\*.dll bin64
dir c:\vcpkg\installed\x64-windows\bin\
copy /Y c:\vcpkg\installed\x64-windows\bin\*.dll bin64
echo 2
- name: Get artifact
uses: actions/upload-artifact@v4