Copy OpenSSL dlls to output

This commit is contained in:
Mateo Pidal
2021-05-08 21:25:06 -03:00
committed by GitHub
parent c73372703f
commit 077322ec41

View File

@@ -169,6 +169,13 @@ jobs:
cd build
mingw32-make install -j4
- name: Copy OpenSSL dll to install dir
shell: cmd
run: |
cd OpenSSL
copy ssleay32.dll D:/MultiMC-Cracked/ssleay32.dll
copy libeay32.dll D:/MultiMC-Cracked/libeay32.dll
- name: Generate build number
id: buildnumber
uses: einaregilsson/build-number@v3