Merge pull request #27740 from l0rd/fix-win-release-artifact-not-found

Use explicit download-artifact name and path for win-installer release
This commit is contained in:
Paul Holzinger
2025-12-10 17:24:16 +01:00
committed by GitHub

View File

@@ -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: