Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
orangecat
ollama
Commits
8ba0f328
Commit
8ba0f328
authored
Jul 26, 2023
by
Jeffrey Morgan
Browse files
clobber release artifacts
parent
d0e934b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/publish.sh
scripts/publish.sh
+2
-2
No files found.
scripts/publish.sh
View file @
8ba0f328
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment