Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: flatten curl-for-win Windows artifact
This logic would be more involved for non-Windows operating systems, in case we want to deploy such for trurl. The `find ... -execdir mv ...` command must execute inside the docker machine, otherwise this happens: ``` mv: cannot move './libcurl.dll' to '../libcurl.dll': Permission denied mv: cannot move './trurl.exe' to '../trurl.exe': Permission denied ``` Ref: https://github.com/curl/trurl/actions/runs/6825013239/job/18562030977#step:3:9083 Perhaps a 'flat package' option in curl-for-win could resolve this for all targets better in the future.
- Loading branch information