diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index a1e380c..8aae59d 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -22,6 +22,7 @@ jobs: dotnet-version: 8.0.x - name: Restore dependencies run: dotnet restore + working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/DDS_D3DTX_Converter.csproj - name: Build run: dotnet build --no-restore working-directory: ./DDS-D3DTX-Converter/DDS_D3DTX_Converter_GUI/DDS_D3DTX_Converter/DDS_D3DTX_Converter.csproj