mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Fix download_binary, use proper version and commit
This commit is contained in:
parent
b2c9c04c7b
commit
bd773e6918
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@ -30,10 +30,11 @@ jobs:
|
|||||||
cp -r "$GITHUB_WORKSPACE" "$TEMP_PATH"
|
cp -r "$GITHUB_WORKSPACE" "$TEMP_PATH"
|
||||||
cd "$REPO_COPY"
|
cd "$REPO_COPY"
|
||||||
# Download and push packages to artifactory
|
# Download and push packages to artifactory
|
||||||
python3 ./tests/ci/push_to_artifactory.py --release "${{ github.ref }}" \
|
python3 ./tests/ci/push_to_artifactory.py --release '${{ github.ref }}' \
|
||||||
--commit '${{ github.sha }}' --artifactory-url "${{ secrets.JFROG_ARTIFACTORY_URL }}" --all
|
--commit '${{ github.sha }}' --artifactory-url '${{ secrets.JFROG_ARTIFACTORY_URL }}' --all
|
||||||
# Download macos binaries to ${{runner.temp}}/download_binary
|
# Download macos binaries to ${{runner.temp}}/download_binary
|
||||||
python3 ./tests/ci/download_binary.py binary_darwin binary_darwin_aarch64
|
python3 ./tests/ci/download_binary.py --version '${{ github.ref }}' \
|
||||||
|
--commit '${{ github.sha }}' binary_darwin binary_darwin_aarch64
|
||||||
mv '${{runner.temp}}/download_binary/'clickhouse-* '${{runner.temp}}/push_to_artifactory'
|
mv '${{runner.temp}}/download_binary/'clickhouse-* '${{runner.temp}}/push_to_artifactory'
|
||||||
- name: Upload packages to release assets
|
- name: Upload packages to release assets
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
|
Loading…
Reference in New Issue
Block a user