Fix path for assets upload

This commit is contained in:
Mikhail f. Shiryaev 2022-03-17 19:00:06 +01:00
parent 61640fcddb
commit 7085e483d7
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

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