ci: fix path for release files for CD, second approach with full file name

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
This commit is contained in:
simonsan 2024-02-02 15:24:18 +01:00
parent 4c4dfaa4ec
commit 2f768fd26b
No known key found for this signature in database
GPG Key ID: E11D13668EC3B71B

View File

@ -125,6 +125,6 @@ jobs:
body_path: ${{ github.workspace }}/CHANGELOG.md
fail_on_unmatched_files: true
files: |
binary-${{ matrix.job.target}}/*
${{ env.BINARY_NAME }}-${{ matrix.job.target}}.tar.gz*
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}