Merge pull request #35379 from ClickHouse/push-artifactory-improvement

Fix path for assets upload
This commit is contained in:
Mikhail f. Shiryaev 2022-03-17 19:42:26 +01:00 committed by GitHub
commit 24d61bf456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{runner.temp}}/release_packages/*
file: ${{runner.temp}}/push_to_artifactory/*
overwrite: true
tag: ${{ github.ref }}
file_glob: true