From ee61c03d44bb1a8c348fcb96a39d279190ce9b03 Mon Sep 17 00:00:00 2001 From: RainOrigami Date: Fri, 8 Sep 2023 11:22:15 +0200 Subject: [PATCH] Working workflow for branch testing --- .github/workflows/build-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-publish.yml b/.github/workflows/build-publish.yml index 091b013..3a0ddad 100644 --- a/.github/workflows/build-publish.yml +++ b/.github/workflows/build-publish.yml @@ -81,7 +81,7 @@ jobs: - name: Build project and check for errors on non-main branch commits run: | - dotnet build --configuration Release --no-restore + dotnet build --configuration Release if [ $? -ne 0 ]; then echo "Build failed" exit 1