Skip to content
Snippets Groups Projects
Commit aa5996a2 authored by Holger Nahrstaedt's avatar Holger Nahrstaedt
Browse files

Try to fix

parent b8cbe1a2
No related branches found
No related tags found
No related merge requests found
......@@ -76,8 +76,8 @@ after_test:
# package artifacts
- cmd: copy /Y C:\OpenSSL-Win64\bin\libeay32.dll dist\beempy
- cmd: copy /Y C:\OpenSSL-Win64\bin\ssleay32.dll dist\beempy
- ps: 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD %APPVEYOR_BUILD_FOLDER%\dist\beempy
- cmd: 7z a beempy.zip %APPVEYOR_BUILD_FOLDER%\dist\beempy
- ps: 7z a -m0=LZMA2 -mx9 $env:BUILD .\dist\beempy
- ps: | # generate sha256 hashes
(get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment