This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
The following commit(s) were added to refs/heads/main by this push:
new 1de6b059 Fix release script (#787)
1de6b059 is described below
commit 1de6b0592753493d9c24b12a7f3339299d47b051
Author: Bertil Chapuis <[email protected]>
AuthorDate: Tue Oct 24 12:21:20 2023 +0200
Fix release script (#787)
---
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"