diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e393050..55bc629 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: id: get_version run: | VERSION=$(cat VERSION.txt 2>/dev/null | tr -d '\r\n' | xargs) - [ -n "$VERSION" ] || { echo "VERSION could not be acquired" && exit 1 } + [ -n "$VERSION" ] || { echo "VERSION could not be acquired" && exit 1; } echo "VERSION=$VERSION" >> $GITHUB_OUTPUT - name: Rename Linux Binary with Version