Browse Source

Correction

Piotr Czajkowski 3 năm trước cách đây
mục cha
commit
020501cf04
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .github/workflows/dotnetcore.yml

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

@@ -16,6 +16,6 @@ jobs:
     - name: Test
       run: dotnet test PSDTextTests/
     - name: Build
-      run:
+      run: |
         dotnet clean --configuration Release
         dotnet build --configuration Release --framework netcoreapp3.1 PSDText/