From 44abf20dd71ba375aa41165605ac35a314ba6ac1 Mon Sep 17 00:00:00 2001 From: Abel Braaksma Date: Sun, 17 Mar 2024 03:39:04 +0100 Subject: [PATCH] Small fix in github action, missed in #105, see there for details --- .github/workflows/publish.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 18c61e7b..8821447b 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -20,8 +20,9 @@ jobs: uses: actions/setup-dotnet@v4 # build it, test it, pack it, publish it - name: Run dotnet build (release, for nuget) - # see issue #105 + # see issue #105 and #243 # very important, since we use cmd scripts, the default is psh, and a bug prevents errorlevel to bubble + shell: cmd run: ./build.cmd - name: Nuget publish # skip-duplicate ensures that the 409 error received when the package was already published,