[ci] Fix uploading assets to release

Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
This commit is contained in:
Andrei Kvapil
2025-04-24 13:55:56 +02:00
parent 3f47181c10
commit 59ef3296f0

View File

@@ -170,7 +170,7 @@ jobs:
if: steps.check_release.outputs.skip == 'false'
run: |
make assets
make upload_assets VERSION=${{ steps.tag.outputs.version }}
make upload_assets VERSION=${{ steps.tag.outputs.tag }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}