We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e6c6ad commit 0323e84Copy full SHA for 0323e84
.github/workflows/sign_and_release.yml
@@ -93,6 +93,8 @@ jobs:
93
echo "Error: No matching client URL found in JSON"
94
exit 1
95
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"
98
echo "Found client URL: ${CLIENT_URL}"
99
echo "CLIENT_URL=$CLIENT_URL" >> $GITHUB_ENV
100
0 commit comments