From 4969164a94524f59a7b4c041831ac3f12a19ea69 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R." Date: Mon, 15 Apr 2024 15:20:36 -0600 Subject: [PATCH] Moved htmlhelp path to new step --- .github/workflows/chm.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chm.yml b/.github/workflows/chm.yml index d15352dbb..2255c4d8f 100644 --- a/.github/workflows/chm.yml +++ b/.github/workflows/chm.yml @@ -58,8 +58,9 @@ jobs: cmd /c start /wait .\tmp\setup.exe Remove-Item -Recurse -Force .\tmp Remove-Item -Recurse -Force .\htmlhelp.exe - # set path - Write-Output 'C:\Program Files (x86)\HTML Help Workshop' | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append + + - name: add htmlhelp to path + run: Write-Output 'C:\Program Files (x86)\HTML Help Workshop' | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - name: compile chm shell: bash