Fixed github action workflow (#1192)

* Debug github action workflow

* Putting expansion outside of quotes

zsh seems to be fine with it but bash behaves differently

* Copy the files even 1 folder up
This commit is contained in:
Marek Milkovič 2024-02-14 02:23:46 +01:00 committed by GitHub
parent f9ec407fbe
commit f4c930408d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,4 +8,4 @@ choco install --no-progress openssl 7zip
# FindOpenSSL.cmake in the version we have available. This moves the files
# where the finder expects them. Otherwise mismatch between OpenSSL versions
# can and will happen.
cp "/c/Program Files/OpenSSL/lib/VC/x64/MD/*" "/c/Program Files/OpenSSL/lib/VC/x64/"
cp "/c/Program Files/OpenSSL/lib/VC/x64/MD"/* "/c/Program Files/OpenSSL/lib/VC/"