diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1454f4baf2..2c80e6e82f 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -43,7 +43,7 @@ jobs: - name: Build Release run: | 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 - name: Pack