mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update build-win64.yml
This commit is contained in:
parent
4056d3bd4a
commit
fe160c9bc0
4
.github/workflows/build-win64.yml
vendored
4
.github/workflows/build-win64.yml
vendored
@ -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/
|
||||
cp c:/vcpkg/installed/x64-windows/*.dll bin64/
|
||||
dir c:\vcpkg\installed\x64-windows\
|
||||
copy /Y c:\vcpkg\installed\x64-windows\*.dll bin64
|
||||
echo 2
|
||||
- name: Get artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
||||
Loading…
Reference in New Issue
Block a user