Skip to content

Commit 91b3147

Browse files
committed
Small fix in github action, missed in #105, see there for details
1 parent 953f218 commit 91b3147

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Run dotnet build (release, for nuget)
2323
# see issue #105
2424
# very important, since we use cmd scripts, the default is psh, and a bug prevents errorlevel to bubble
25+
shell: cmd
2526
run: ./build.cmd
2627
- name: Nuget publish
2728
# skip-duplicate ensures that the 409 error received when the package was already published,

0 commit comments

Comments
 (0)