diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index fa43db0..8d78925 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -22,10 +22,10 @@ jobs: dotnet-version: '8.0.x' - name: Restore dependencies - run: dotnet restore ./Astrocore/Astrocore.Api/Astrocore.Api.csproj + run: dotnet restore ./Astrocore.sln - name: Build - run: dotnet build ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release --no-restore + run: dotnet build ./Astrocore.sln -c Release --no-restore - name: Publish run: dotnet publish ./Astrocore/Astrocore.Api/Astrocore.Api.csproj -c Release -o ./Astrocore/Astrocore.Api/out