Skip to content

Commit

Permalink
Tools has subdirs
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmopetrich committed Nov 6, 2024
1 parent fe77db0 commit d9bfa87
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ runs:
cp -r "${plat}"/debug/lib/* "${STAGING}/lib/${plat}"
if [ -d "${plat}/tools" ]; then
mkdir -p "${STAGING}/tools"
cp -r "${plat}"/tools/* "${STAGING}/tools"
cp -r "${plat}"/tools/*/* "${STAGING}/tools"
fi
rm -rf "${STAGING}/lib/${plat}/pkgconfig"
done
Expand Down

0 comments on commit d9bfa87

Please sign in to comment.