publish as pre-release first
This commit is contained in:
parent
c48f07f821
commit
19d0f2b4cc
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ cp app/out/make/zip/${OS}/${ARCH}/Ollama-${OS}-${ARCH}-${VERSION}.zip dist/Ollam
|
|||
cp ./ollama dist/ollama-${OS}-${ARCH}
|
||||
|
||||
# Create a new release.
|
||||
gh release create v$VERSION
|
||||
gh release create -p v$VERSION
|
||||
|
||||
# Upload the zip file.
|
||||
gh release upload v$VERSION ./dist/Ollama-${OS}-${ARCH}.zip
|
||||
|
|
Loading…
Reference in a new issue