ci: fix artifact path prefix for missing windows payloads (#8052)

upload-artifacts strips off leading common paths so when
the ./build/ artifacts were removed, the ./dist/windows-amd64
prefix became common and was stripped, making the
later download-artifacts place them in the wrong location
This commit is contained in:
Daniel Hiltgen 2024-12-11 10:59:32 -08:00 committed by GitHub
parent cf4d7c52c4
commit 581a4a5553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -447,15 +447,19 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: generate-windows-cpu
path: dist/windows-amd64/
- uses: actions/download-artifact@v4
with:
name: generate-windows-cuda-11.3
path: dist/windows-amd64/
- uses: actions/download-artifact@v4
with:
name: generate-windows-cuda-12.4
path: dist/windows-amd64/
- uses: actions/download-artifact@v4
with:
name: generate-windows-rocm
path: dist/windows-amd64/
- uses: actions/download-artifact@v4
with:
name: windows-arm64