From 06e6cf4d15e68cd01b873f13cd31359114cba88b Mon Sep 17 00:00:00 2001 From: Angelo Santos Date: Mon, 8 Jul 2024 14:08:38 -0300 Subject: [PATCH] finished --- .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 b49ede7..3f0f1a1 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,7 +22,7 @@ jobs: - name: Display XPhone directory contents run: ls -la XPhone - name: Restore dependencies - run: dotnet restore ./XPhone + run: dotnet restore ./XPhone/XPhone.csproj - name: Build run: dotnet build ./XPhone --no-restore - name: Test