diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fdd2f9586a..60fc9f48a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -171,6 +171,9 @@ jobs: persist-credentials: false - name: Download Windows zip artifact uses: actions/download-artifact@v6 + with: + name: release-artifacts + path: ${{ github.workspace }}\release-artifacts - name: Set up Go uses: actions/setup-go@v6 with: