From f006dd5b4cbe9e4e9fd96e6af27e7cd2b7fed6d3 Mon Sep 17 00:00:00 2001 From: egamorf76 Date: Sun, 27 Apr 2025 22:43:18 +0200 Subject: [PATCH] fix path --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index e1e3427..eb1f343 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,7 +19,7 @@ jobs: dotnet-version: '9.0.x' - name: Restore dependencies - run: dotnet restore ./src/GamesIdeas + run: dotnet restore ./src/GameIdeas/GameIdeas.sln - name: Build API run: dotnet build ./src/GameIdeas/Server/GameIdeas.WebAPI/GameIdeas.WebAPI.csproj --configuration Release