diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 8f3028dfb2..091aa4c6d1 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -241,20 +241,11 @@ jobs: runs-on: ubuntu-latest if: startsWith(github.ref, 'refs/tags/') steps: - - name: Download Windows release asset(s) + - name: Download temp artifacts uses: actions/download-artifact@v4 with: - name: release-win - - - name: Download Linux release asset(s) - uses: actions/download-artifact@v4 - with: - name: release-linux - - - name: Download OS X release asset(s) - uses: actions/download-artifact@v4 - with: - name: release-osx + pattern: release-* + merge-multiple: true - name: Calculate hashes run: |