Skip to content

Commit

Permalink
flatten artifact 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 10, 2023
1 parent e5b1474 commit 69dd67e
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 @@ -45,8 +45,9 @@ jobs:
'^(CW_|GITHUB_)') \
"${DOCKER_IMAGE}" \
sh -c ./_ci-linux-debian.sh
find curl-*-*-mingw* -name 'trurl.exe' -o -name 'libcurl*.dll' -execdir mv -- '{}' .. \;
find .
find curl-*-*-mingw* \( -name 'trurl.exe' -o -name 'libcurl*.dll' \) -execdir mv -- '{}' .. \;
find . -name '*.exe'
find . -name '*.dll'
- name: 'list dependencies'
run: cat urls.txt
Expand Down

0 comments on commit 69dd67e

Please sign in to comment.