mirror of
https://github.com/ollama/ollama.git
synced 2026-05-13 06:21:28 +00:00
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:
parent
616c5eafee
commit
2a038c1d7e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue