mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update build-win64.yml
Some checks are pending
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
Some checks are pending
C/C++ CI / ${{ matrix.target }} (windows-2022) (push) Waiting to run
This commit is contained in:
parent
144ec73ad9
commit
51221207d3
25
.github/workflows/build-win64.yml
vendored
25
.github/workflows/build-win64.yml
vendored
@ -46,6 +46,25 @@ 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
|
||||
c:\msys64\usr\bin\zip 3proxy-%RELEASE%-x64.zip bin64/3proxy.exe bin64/*.dll bin64/mycrypt.exe %COMMONFILES%
|
||||
nmake /F Makefile.msvc64 clean
|
||||
echo 2
|
||||
echo 2
|
||||
- name: Get artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with: |
|
||||
name: 3proxy-{{ env.RELEASE }}-x64.zip
|
||||
path:
|
||||
bin64/3proxy.exe
|
||||
bin64/*.dll
|
||||
bin64/mycrypt.exe
|
||||
cfg/*.*
|
||||
cfg/sql/*.*
|
||||
doc/ru/*.*
|
||||
doc/html/*.*
|
||||
doc/html/plugins/*.*
|
||||
doc/html/man8/*.*
|
||||
doc/html/man3/*.*
|
||||
doc/devel/*.rtf
|
||||
copying
|
||||
authors
|
||||
README
|
||||
rus.3ps
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user