This is an automated email from the ASF dual-hosted git repository. bchapuis pushed a commit to branch fix-release-script in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
commit ad23839244110c2362602c5b31f566ef3867e39d Author: Bertil Chapuis <[email protected]> AuthorDate: Tue Oct 3 08:56:10 2023 +0200 Fix release script --- scripts/generate-artifacts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/generate-artifacts.sh b/scripts/generate-artifacts.sh index 1d328c4c..d86ea102 100755 --- a/scripts/generate-artifacts.sh +++ b/scripts/generate-artifacts.sh @@ -37,7 +37,7 @@ docker run \ cd ./baremaps-cli/target/ # Hash and sign the artifacts -for artifact in ./baremaps-$version-incubating-*; do +for artifact in ./apache-baremaps-$version-incubating-*; do # Hash the artifact shasum -a 512 "$artifact" > "$artifact.sha512"
