diff --git a/.github/workflows/build-win64.yml b/.github/workflows/build-win64.yml index b6667d4..90852a3 100644 --- a/.github/workflows/build-win64.yml +++ b/.github/workflows/build-win64.yml @@ -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