Commit 8ba0f328 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

clobber release artifacts

parent d0e934b4
...@@ -29,8 +29,8 @@ cp ./ollama dist/ollama-${OS}-${ARCH} ...@@ -29,8 +29,8 @@ cp ./ollama dist/ollama-${OS}-${ARCH}
gh release create -p v$VERSION -t v$VERSION gh release create -p v$VERSION -t v$VERSION
# Upload the zip file. # Upload the zip file.
gh release upload v$VERSION ./dist/Ollama-${OS}-${ARCH}.zip gh release upload v$VERSION ./dist/Ollama-${OS}-${ARCH}.zip --clobber
# Upload the binary. # Upload the binary.
gh release upload v$VERSION ./dist/ollama-${OS}-${ARCH} gh release upload v$VERSION ./dist/ollama-${OS}-${ARCH} --clobber
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