diff --git a/ci/publish-crate.sh b/ci/publish-crate.sh index b3afcc0ca..b0dcca177 100755 --- a/ci/publish-crate.sh +++ b/ci/publish-crate.sh @@ -18,7 +18,7 @@ if [[ -n $CI ]]; then fi # shellcheck disable=2044 # Disable 'For loops over find output are fragile...' -for Cargo_toml in {.,sdk,programs/native/{bpf_loader,lua_loader,noop}}/Cargo.toml; do +for Cargo_toml in {sdk,programs/native/{bpf_loader,lua_loader,noop},.}/Cargo.toml; do # TODO: Ensure the published version matches the contents of BUILDKITE_TAG ( set -x