Skip to content

Commit aa78014

Browse files
committed
Fixes gui-cs#3470 try 2
1 parent ef209b2 commit aa78014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build Release
4444
run: |
4545
dotnet-gitversion /updateprojectfiles
46-
dotnet build .\Analyzers\Terminal.Gui.Analyzers.Internal\ --no-incremental --nologo --force --configuration Release
46+
dotnet build ./Analyzers/Terminal.Gui.Analyzers.Internal --no-incremental --nologo --force --configuration Release
4747
dotnet build --no-incremental --nologo --force --configuration Release
4848
4949
- name: Pack

0 commit comments

Comments
 (0)