Skip to content

Commit 52afd4a

Browse files
authored
release cicd: 25.6 stripped amd binary handling
1 parent 63022d1 commit 52afd4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ jobs:
294294
- name: Separate AMD binary
295295
run: |
296296
aws s3 mv "${DEST_URL}/packages/AMD_PACKAGES/clickhouse" "${DEST_URL}/packages/AMD_PACKAGES/amd64-bin/clickhouse"
297-
aws s3 mv "${DEST_URL}/packages/AMD_PACKAGES/clickhouse-stripped" "${DEST_URL}/packages/AMD_PACKAGES/amd64-bin/clickhouse-stripped"
298297
299298
- name: Process AMD binary
300299
if: ${{ env.NEEDS_BINARY_PROCESSING == 'true' }}
@@ -310,6 +309,8 @@ jobs:
310309
strip clickhouse -o clickhouse-stripped
311310
aws s3 cp clickhouse-stripped "${DEST_URL}/packages/AMD_PACKAGES/amd64-bin/"
312311
rm clickhouse-stripped
312+
else
313+
aws s3 mv "${DEST_URL}/packages/AMD_PACKAGES/clickhouse-stripped" "${DEST_URL}/packages/AMD_PACKAGES/amd64-bin/clickhouse-stripped"
313314
fi
314315
315316
chmod +x clickhouse

0 commit comments

Comments
 (0)