Skip to content

Commit

Permalink
ci(release): fix created a duplicated zip for vulkan (#3478)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwpaper authored Nov 27, 2024
1 parent e5257b1 commit e53626b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,8 @@ jobs:
tabbyv=${tabbyn#tabby_}
# TODO: fix this after all builds migrate to manylinux_2_28
if [[ $llamav == *"$tabbyv"* ]] || [[ $llamav == "x86_64-manylinux_2_28-vulkan" ]]; then
if [[ $llamav == *"$tabbyv"* ]] ||
([[ $llamav == "x86_64-manylinux_2_28-vulkan" ]] && [[ $tabbyv == "x86_64-manylinux2014" ]]); then
echo "Creating bundle for $llamav"
# the downloaded files may have the same folder name with release_dir
Expand Down

0 comments on commit e53626b

Please sign in to comment.