From d05ba8256f78ad3ddfc001a5a3594bf9acc9bf93 Mon Sep 17 00:00:00 2001 From: karimz1 Date: Sat, 1 Jun 2024 17:57:04 +0200 Subject: [PATCH] path fixes --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 61db31c..d86e36b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: dotnet-version: '8.0.x' - name: Install dependencies - run: dotnet restore src/AwsServiceAuthenticator.sln + run: dotnet restore AwsServiceAuthenticator.sln - name: Build run: dotnet build --configuration Release AwsServiceAuthenticator.sln