CI: win arm artifact dist dir (#6900)

The upload artifact is missing the dist prefix since all
payloads are in the same directory, so restore the prefix
on download.
This commit is contained in:
Daniel Hiltgen 2024-09-20 19:16:18 -07:00 committed by GitHub
parent 616c5eafee
commit 2a038c1d7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -470,6 +470,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: windows-arm64
path: dist
- run: dir build
- run: |
$gopath=(get-command go).source | split-path -parent