From 4c4dfaa4ec14c1a060935509e7200389c7f41e99 Mon Sep 17 00:00:00 2001 From: simonsan <14062932+simonsan@users.noreply.github.com> Date: Fri, 2 Feb 2024 14:49:48 +0100 Subject: [PATCH] ci: fix path for release files for CD Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com> --- .github/workflows/release-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-cd.yml b/.github/workflows/release-cd.yml index 0b52a92ed..5ea811b65 100644 --- a/.github/workflows/release-cd.yml +++ b/.github/workflows/release-cd.yml @@ -125,6 +125,6 @@ jobs: body_path: ${{ github.workspace }}/CHANGELOG.md fail_on_unmatched_files: true files: | - binary-*/** + binary-${{ matrix.job.target}}/* env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}