Update build-watcom.yml

This commit is contained in:
Vladimir Dubrovin 2026-04-05 18:13:55 +03:00
parent adae189467
commit bffb4f358b

View File

@ -34,11 +34,8 @@ jobs:
run: | run: |
echo "volatile char VerSion[]=^"3APA3A-3proxy-Internal-Build: 3proxy-%RELEASE%%-%NOW%\r\nCode certificate: https://3proxy.org/3proxy.cer\r\n^";" >>src/3proxy.c echo "volatile char VerSion[]=^"3APA3A-3proxy-Internal-Build: 3proxy-%RELEASE%%-%NOW%\r\nCode certificate: https://3proxy.org/3proxy.cer\r\n^";" >>src/3proxy.c
nmake /F Makefile.watcom nmake /F Makefile.watcom
- name: Get artifact - name make dist dir
uses: actions/upload-artifact@v4 shell: cmd
with:
name: "3proxy-${{ env.RELEASE }}-lite.zip"
path: dist/
run: | run: |
mkdir dist mkdir dist
mkdir dist\3proxy mkdir dist\3proxy
@ -68,3 +65,8 @@ jobs:
copy doc\html\man3\*.* dist\3proxy\doc\html\man3\ copy doc\html\man3\*.* dist\3proxy\doc\html\man3\
copy doc\devel\*.rtf dist\3proxy\doc\devel\ copy doc\devel\*.rtf dist\3proxy\doc\devel\
copy copying authors README rus.3ps dist\3proxy\ copy copying authors README rus.3ps dist\3proxy\
- name: Get artifact
uses: actions/upload-artifact@v4
with:
name: "3proxy-${{ env.RELEASE }}-lite.zip"
path: dist/