Skip to content

Commit

Permalink
ci: fix pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Jun 11, 2024
1 parent bc9a9fa commit 46ef58e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ jobs:
for tabby in tabby_*/tabby_*; do
llamab=$(basename $llama_server)
tabbyb=$(basename $tabby)
extname=${tabby##*.}
if [[ -n "${extname}" ]]
exname=.${extname}
extname=${tabbyb##*.}
if [[ -n "${extname}" ]]; then
extname=.${extname}
fi
llaman=${llamab%.*}
Expand Down

0 comments on commit 46ef58e

Please sign in to comment.