From 7ff8567dd9b58d18268777cfbe1fc594a9d96fe4 Mon Sep 17 00:00:00 2001 From: fraguada Date: Tue, 9 Jul 2024 13:19:50 +0200 Subject: [PATCH] switch to bash --- .github/workflows/workflow_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/workflow_release.yml b/.github/workflows/workflow_release.yml index c99678d1..ae40e695 100644 --- a/.github/workflows/workflow_release.yml +++ b/.github/workflows/workflow_release.yml @@ -358,6 +358,7 @@ jobs: - name: pack dotnet run: dotnet pack src/dotnet/Rhino3dm.csproj - name: test dotnet + shell: bash run: | dotnet nuget add source $(pwd)/src/dotnet/bin/Release/ cd tests/dotnet/rhino3dm_test