From ebae66c392a4edea85df6515cb7f26f4ef672494 Mon Sep 17 00:00:00 2001 From: Ivan Zorin Date: Tue, 3 Dec 2024 02:32:38 +0300 Subject: [PATCH] workflows/build.yml: remove extra space in the end of the lines --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63893b4..e80f92c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -82,7 +82,7 @@ jobs: name: blips-linux-x86_64.zip path: | build/tools/blisp/blisp - if-no-files-found: error + if-no-files-found: error build-linux-alternative-arch: runs-on: ubuntu-latest @@ -154,4 +154,4 @@ jobs: name: blisp-linux-${{ matrix.arch }}.zip path: | artifacts/blisp-* - if-no-files-found: error + if-no-files-found: error