From b4d95134d0f79c29b1f58ed5eac7b3e7b1799e0a Mon Sep 17 00:00:00 2001 From: Marina Polishchuk Date: Mon, 9 Dec 2024 13:00:12 -0800 Subject: [PATCH] fix slash --- .github/actions/restlerfullbuild/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/restlerfullbuild/action.yaml b/.github/actions/restlerfullbuild/action.yaml index 2eb1b757..cdd7fc26 100644 --- a/.github/actions/restlerfullbuild/action.yaml +++ b/.github/actions/restlerfullbuild/action.yaml @@ -29,7 +29,7 @@ runs: nuget-version: '5.8.0' - name: Restore NuGet packages - run: nuget restore **\Restler.sln + run: nuget restore **/Restler.sln shell: ${{ inputs.shell }} - name: Clean solution