From 0bf611b2b41c02f691d0a3031df00a26088ff8b3 Mon Sep 17 00:00:00 2001 From: Durable Workflow Date: Wed, 15 Apr 2026 01:47:43 +0000 Subject: [PATCH] release: exclude windows spc build logs from release assets --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c5b9cfa..65997c1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -256,10 +256,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Download all artifacts + - name: Download release artifacts uses: actions/download-artifact@v4 with: path: dist + pattern: dw-* merge-multiple: true - name: Generate checksums