diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 76d78e7e0..9210ae8ae 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -45,7 +45,7 @@ jobs: - name: Copy dll files shell: bash run: | - cp "/c/Program Files/OpenSSL/bin/legacy.dll" "env/dist" + cp "/c/Program Files/OpenSSL-Win64/bin/legacy.dll" "env/dist" - name: Dry run authserver shell: bash run: |