diff --git a/scripts/gh-build-crate.sh b/scripts/gh-build-crate.sh index 1da364ca..7204e68c 100755 --- a/scripts/gh-build-crate.sh +++ b/scripts/gh-build-crate.sh @@ -145,7 +145,7 @@ for file in $CHANGES; do echo FETCHED BINARY crate OK else echo LISTING EXECUTABLES of crate $milestone - cd ${crate}_* + cd ${crate}_${version}_* alr run -d --list cd .. fi