fix: Fixes publish on Linux with non-bash terminals (#1802)
This commit is contained in:
parent
96a398784f
commit
84c68bf73c
3 changed files with 48 additions and 46 deletions
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
|
|
@ -94,6 +94,6 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 8.0.x
|
||||
- name: Build
|
||||
run: ./publish.sh Release
|
||||
run: ./publish.cmd Release
|
||||
- name: Test
|
||||
run: dotnet test --no-restore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue