From 92a381bae833bd31495fecf04184d5ddf92c0be7 Mon Sep 17 00:00:00 2001 From: Sahas Subramanian Date: Mon, 24 Nov 2025 13:54:54 +0100 Subject: [PATCH] Upload build files from matrix in releases The matrix build produces subdirs for each target combination and puts built files inside. Signed-off-by: Sahas Subramanian --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 137377a..640b505 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -325,7 +325,7 @@ jobs: --generate-notes \ $extra_opts \ $REF_NAME \ - dist/* + dist/dist-packages-*/* env: REF_NAME: ${{ github.ref_name }} REPOSITORY: ${{ github.repository }}