Skip to content

Commit

Permalink
flatten artifact 4
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent 69dd67e commit 21c027f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
--env-file <(env | grep -a -E \
'^(CW_|GITHUB_)') \
"${DOCKER_IMAGE}" \
sh -c ./_ci-linux-debian.sh
find curl-*-*-mingw* \( -name 'trurl.exe' -o -name 'libcurl*.dll' \) -execdir mv -- '{}' .. \;
sh -c \
'./_ci-linux-debian.sh;
find curl-*-*-mingw* \( -name trurl.exe -o -name "libcurl*.dll" \) -execdir mv -- {} .. \;'
find . -name '*.exe'
find . -name '*.dll'
Expand Down

0 comments on commit 21c027f

Please sign in to comment.