Skip to content

Commit 63022d1

Browse files
authored
release cicd: update clickhouse-stripped s3 path
1 parent ead8710 commit 63022d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
if [ "$MAJOR_VERSION" -ge 25 ]; then
227227
echo "Strip the non-extracted binary..."
228228
strip clickhouse -o clickhouse-stripped
229-
aws s3 cp clickhouse-stripped "${SRC_URL}/${ARM_PATH}"
229+
aws s3 cp clickhouse-stripped "${SRC_URL}/${ARM_PATH}/"
230230
rm clickhouse-stripped
231231
fi
232232

0 commit comments

Comments
 (0)