Skip to content

Commit 7e411f9

Browse files
committed
rm tail space
1 parent 784783c commit 7e411f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,17 +413,17 @@ jobs:
413413
path: llama-${{ steps.tag.outputs.name }}-bin-win-sycl-x64.zip
414414
name: llama-bin-win-sycl-x64.zip
415415

416-
416+
417417

418418
release:
419419
if: ${{ ( github.event_name == 'push' && github.ref == 'refs/heads/master' ) || github.event.inputs.create_release == 'true' }}
420420

421421
runs-on: ubuntu-latest
422422

423423
needs:
424-
- ubuntu-cpu-cmake
424+
- ubuntu-cpu-cmake
425425
- windows-latest-cmake-sycl
426-
426+
427427

428428
steps:
429429
- name: Clone

0 commit comments

Comments
 (0)