clobber release artifacts
This commit is contained in:
parent
d0e934b497
commit
8ba0f328af
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ cp ./ollama dist/ollama-${OS}-${ARCH}
|
|||
gh release create -p v$VERSION -t v$VERSION
|
||||
|
||||
# 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.
|
||||
gh release upload v$VERSION ./dist/ollama-${OS}-${ARCH}
|
||||
gh release upload v$VERSION ./dist/ollama-${OS}-${ARCH} --clobber
|
||||
|
||||
|
|
Loading…
Reference in a new issue