diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index 9df7fbe6..fa94f82d 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -45,7 +45,7 @@ for file in $CHANGES; do # Checks passed, this is a crate we must test is_system=false - crate=$(basename $file .toml) + crate=$(basename $file .toml | cut -f1 -d-) echo Testing crate: $crate # Show info for the record