소스 검색

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.
Daniel Hiltgen 7 달 전
부모
커밋
2a038c1d7e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/release.yaml

+ 1 - 0
.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