diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-10-05 19:20:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-05 14:20:29 -0300 |
commit | 05161a9ffe5cd69832305657f17e0eaafda0c363 (patch) | |
tree | 1aa2e8067d16630e8983602cceb2f4b939e806ed /.github | |
parent | 59d941cb68dfa60966555c9bb3ad261b75f1dbf9 (diff) |
fix(CI): windows (#17423)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/windows_build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 9210ae8ae9..76d78e7e0a 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-Win64/bin/legacy.dll" "env/dist" + cp "/c/Program Files/OpenSSL/bin/legacy.dll" "env/dist" - name: Dry run authserver shell: bash run: | |