Skip to content

Commit f46b92a

Browse files
authored
Fix C API "min" artifacts (#11479)
Fix a bug where the `include` directory wasn't copied over correctly because a `cp -r` command was wrong due to the destination directory not existing. I sure know how to shell.
1 parent bb7ec8e commit f46b92a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/build-tarballs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cp LICENSE README.md tmp/$bin_pkgname
4444
# clashes with the normal builds when the tarballs are unioned together.
4545
if [[ $build == *-min ]]; then
4646
min="-min"
47+
mkdir tmp/$api_pkgname/min
4748
cp -r $api_install/include tmp/$api_pkgname/min
4849
cp -r $api_install/lib tmp/$api_pkgname/min
4950
else

0 commit comments

Comments
 (0)