Skip to content

Commit

Permalink
ci(release): fix linux-vulkan not released (#3477)
Browse files Browse the repository at this point in the history
  • Loading branch information
zwpaper authored Nov 27, 2024
1 parent e5f3e06 commit e5257b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
run: ./ci/prepare_build_environment.ps1
if: runner.os == 'Windows'

- name: Bulid release binary
- name: Build release binary
run: cargo build ${{ matrix.build_args }} --release --target ${{ matrix.target }} --package tabby

- name: Rename release binary
Expand Down Expand Up @@ -319,7 +319,8 @@ jobs:
llamav=${llaman#llama-server_}
tabbyv=${tabbyn#tabby_}
if [[ $llamav == *"$tabbyv"* ]]; then
# TODO: fix this after all builds migrate to manylinux_2_28
if [[ $llamav == *"$tabbyv"* ]] || [[ $llamav == "x86_64-manylinux_2_28-vulkan" ]]; then
echo "Creating bundle for $llamav"
# the downloaded files may have the same folder name with release_dir
Expand Down

0 comments on commit e5257b1

Please sign in to comment.