From 2a038c1d7e8351b386dbf6944e63f1053cf9b9b6 Mon Sep 17 00:00:00 2001 From: Daniel Hiltgen Date: Fri, 20 Sep 2024 19:16:18 -0700 Subject: [PATCH] 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. --- .github/workflows/release.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 82d4a28a..4090f206 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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