浏览代码

Fixes #3470 try 2

Tig 1 年之前
父节点
当前提交
aa78014215
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .github/workflows/publish.yml

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

@@ -43,7 +43,7 @@ jobs:
     - name: Build Release
     - name: Build Release
       run: |
       run: |
         dotnet-gitversion /updateprojectfiles
         dotnet-gitversion /updateprojectfiles
-        dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release
+        dotnet build ./Analyzers/Terminal.Gui.Analyzers.Internal --no-incremental --nologo --force --configuration Release
         dotnet build --no-incremental --nologo --force --configuration Release
         dotnet build --no-incremental --nologo --force --configuration Release
 
 
     - name: Pack
     - name: Pack