appveyor: arch_bits in .zip name

This commit is contained in:
Thomas Bernard 2020-05-06 20:24:14 +02:00
parent 92171834b6
commit 5117e0cafc
No known key found for this signature in database
GPG Key ID: 0FF11B67A5C0863C
1 changed files with 2 additions and 2 deletions

View File

@ -35,10 +35,10 @@ build_script:
- mingw32-make -f Makefile.mingw pythonmodule PYTHON=%PYTHON_VER%
after_build:
- 7z a -x!wingenminiupnpcstrings.exe ..\miniupnpc-%APPVEYOR_BUILD_VERSION%.zip *.exe *.dll *.a *.lib
- 7z a -x!wingenminiupnpcstrings.exe ..\miniupnpc_%ARCH_BITS%b-%APPVEYOR_BUILD_VERSION%.zip *.exe *.dll *.a *.lib
artifacts:
- path: miniupnpc-$(appveyor_build_version).zip
- path: miniupnpc*-$(appveyor_build_version).zip
name: miniupnpc binaries
- path: miniupnpc/dist/miniupnpc-*.whl
name: miniupnpc python wheel (self-contained)