Skip to content

Commit 0323e84

Browse files
committed
override CLIENT_URL in sign_and_release.yml
1 parent 4e6c6ad commit 0323e84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sign_and_release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ jobs:
9393
echo "Error: No matching client URL found in JSON"
9494
exit 1
9595
fi
96+
# Temp override, build report is wrong
97+
CLIENT_URL="https://s3.amazonaws.com/altinity-build-artifacts/25.3/60520f29ae4c2694c953622eb6d33de738138090/package_release/clickhouse-client-25.3.6.10034.altinitystable-amd64.tgz"
9698
echo "Found client URL: ${CLIENT_URL}"
9799
echo "CLIENT_URL=$CLIENT_URL" >> $GITHUB_ENV
98100

0 commit comments

Comments
 (0)