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