Unverified Commit 2a038c1d authored by Daniel Hiltgen's avatar Daniel Hiltgen Committed by GitHub
Browse files

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.
parent 616c5eaf
...@@ -470,6 +470,7 @@ jobs: ...@@ -470,6 +470,7 @@ jobs:
- uses: actions/download-artifact@v4 - uses: actions/download-artifact@v4
with: with:
name: windows-arm64 name: windows-arm64
path: dist
- run: dir build - run: dir build
- run: | - run: |
$gopath=(get-command go).source | split-path -parent $gopath=(get-command go).source | split-path -parent
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment