Commit 92423b06 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

add `dist` directory in `build_windows.ps`

parent b3eac61c
...@@ -60,6 +60,7 @@ function buildOllama() { ...@@ -60,6 +60,7 @@ function buildOllama() {
/csp "Google Cloud KMS Provider" /kc ${env:KEY_CONTAINER} ollama.exe /csp "Google Cloud KMS Provider" /kc ${env:KEY_CONTAINER} ollama.exe
if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)} if ($LASTEXITCODE -ne 0) { exit($LASTEXITCODE)}
} }
New-Item -ItemType Directory -Path .\dist -Force
cp .\ollama.exe .\dist\ollama-windows-amd64.exe cp .\ollama.exe .\dist\ollama-windows-amd64.exe
} }
......
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