We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 953f218 commit 91b3147Copy full SHA for 91b3147
1 file changed
.github/workflows/publish.yaml
@@ -22,6 +22,7 @@ jobs:
22
- name: Run dotnet build (release, for nuget)
23
# see issue #105
24
# very important, since we use cmd scripts, the default is psh, and a bug prevents errorlevel to bubble
25
+ shell: cmd
26
run: ./build.cmd
27
- name: Nuget publish
28
# skip-duplicate ensures that the 409 error received when the package was already published,
0 commit comments