mirror of
https://github.com/tcsenpai/ollama.git
synced 2025-06-08 20:25:22 +00:00
clobber release artifacts
This commit is contained in:
parent
d0e934b497
commit
8ba0f328af
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user