Piotr Czajkowski hace 5 años
padre
commit
08146fcdeb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/dotnetcore.yml

+ 1 - 1
.github/workflows/dotnetcore.yml

@@ -16,4 +16,4 @@ jobs:
     - name: Test
       run: dotnet test DOCXTests/
     - name: Build with dotnet
-      run: ddotnet build --configuration Release --framework netcoreapp3.1 DOCX/
+      run: dotnet build --configuration Release --framework netcoreapp3.1 DOCX/