FIX: Binary matching

This commit is contained in:
Robert Kossessa
2024-05-29 20:44:20 +02:00
parent fa1943d56e
commit efda1fada5

View File

@@ -48,4 +48,7 @@ jobs:
with: with:
repo_token: ${{ secrets.GITHUB_TOKEN }} repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ${{ matrix.binary_path }} file: ${{ matrix.binary_path }}
asset_name: ${{ matrix.asset_name }} asset_name: ${{ matrix.asset_name }}
tag: ${{ github.ref }}
file_glob: true
overwrite: true