Skip to content

Commit

Permalink
flatten artifact 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent a6a1d7a commit e5b1474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/curl-for-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:
'^(CW_|GITHUB_)') \
"${DOCKER_IMAGE}" \
sh -c ./_ci-linux-debian.sh
find . -name 'trurl.exe' -o -name 'libcurl*.dll' -execdir mv -- '{}' .. \;
find curl-*-*-mingw* -name 'trurl.exe' -o -name 'libcurl*.dll' -execdir mv -- '{}' .. \;
find .
- name: 'list dependencies'
run: cat urls.txt
Expand Down

0 comments on commit e5b1474

Please sign in to comment.