Skip to content

Commit c2a324b

Browse files
committed
fix CHM filename
1 parent e22dc32 commit c2a324b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-installer-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
run: nuget restore SayMore.sln
107107

108108
- name: Copy CHM file into DistFiles
109-
run: copy "docs\SayMoreHelp.chm" "DistFiles\SayMoreHelp.chm"
109+
run: copy "docs\SayMore.chm" "DistFiles\SayMore.chm"
110110

111111
- name: Setup MSBuild
112112
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)