diff --git a/.github/workflows/dotnetcore.yml b/.github/workflows/dotnetcore.yml index ae92c92..9e9d6a3 100644 --- a/.github/workflows/dotnetcore.yml +++ b/.github/workflows/dotnetcore.yml @@ -14,4 +14,4 @@ jobs: with: dotnet-version: 2.2.108 - name: Build with dotnet - run: dotnet build --configuration Release + run: dotnet build --configuration Release ILovePDF\ILovePDF.sln