diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 9a2585e608..6dba589256 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -44,7 +44,7 @@ jobs: shell: pwsh run: | $args = "-help" - start-process -filepath "resoure_hacker\ResourceHacker.exe" -argumentlist $args + start-process -filepath "ResourceHacker.exe" -argumentlist $args - name: ResourceHacker Test run: ResoureHacker.exe -help