workflows/build.yml: remove extra space in the end of the lines

This commit is contained in:
Ivan Zorin 2024-12-03 02:32:38 +03:00
parent c2fc20452c
commit ebae66c392

View File

@ -82,7 +82,7 @@ jobs:
name: blips-linux-x86_64.zip name: blips-linux-x86_64.zip
path: | path: |
build/tools/blisp/blisp build/tools/blisp/blisp
if-no-files-found: error if-no-files-found: error
build-linux-alternative-arch: build-linux-alternative-arch:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -154,4 +154,4 @@ jobs:
name: blisp-linux-${{ matrix.arch }}.zip name: blisp-linux-${{ matrix.arch }}.zip
path: | path: |
artifacts/blisp-* artifacts/blisp-*
if-no-files-found: error if-no-files-found: error