From f24436e0f1d8e61d37f07a720867440098e73f3e Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Tue, 14 Sep 2021 09:30:01 +0200 Subject: [PATCH] bugfix found during port to stable (#351) --- scripts/gh-build-crate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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