From 3497798cc96cb97234c326b8f2a9944a590175c2 Mon Sep 17 00:00:00 2001 From: Mih4n <50325226+Mih4n@users.noreply.github.com> Date: Thu, 26 Oct 2023 19:06:47 +0300 Subject: [PATCH] update workflow --- .github/workflows/dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 1341755..7d1411a 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -21,7 +21,7 @@ jobs: with: dotnet-version: 6.0.x - name: Restore dependencies - run: dotnet restore + run: dotnet restore -f spworlds-csharp-library - name: Build run: dotnet build --configuration Release --no-restore -f spworlds-csharp-library - name: Test