clobber release artifacts

This commit is contained in:
Jeffrey Morgan 2023-07-26 18:58:28 -04:00
parent d0e934b497
commit 8ba0f328af

View file

@ -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