fix: Fixes publish on Linux with non-bash terminals (#1802)

This commit is contained in:
Daniel Dias Rodrigues 2024-05-29 18:37:09 -03:00 committed by GitHub
parent 96a398784f
commit 84c68bf73c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 48 additions and 46 deletions

View file

@ -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