fix(CI): Windows build (#15879)

* fix(CI): Windows build

* Update windows_build.yml

* Update windows_build.yml
This commit is contained in:
Kitzunu
2023-04-08 19:12:19 +02:00
committed by GitHub
parent 6ee42fcf78
commit 54f122ec74

View File

@@ -54,14 +54,3 @@ jobs:
./worldserver -dry-run
- name: Stop MySQL
run: net stop mysql
- name: Copy dll files
shell: bash
run: |
rm -rf env/dist/data
cp "/c/tools/mysql/current/lib/libmysql.dll" "env/dist"
cp "/c/Program Files/OpenSSL-Win64/bin/libcrypto-1_1-x64.dll" "env/dist"
cp "/c/Program Files/OpenSSL-Win64/bin/libssl-1_1-x64.dll" "env/dist"
- uses: actions/upload-artifact@v2
with:
name: windows-2022-MSVC17-release
path: env/dist