diff --git a/.github/workflows/exp.yml b/.github/workflows/exp.yml index 6dba589256b..712c6a759d2 100644 --- a/.github/workflows/exp.yml +++ b/.github/workflows/exp.yml @@ -46,5 +46,8 @@ jobs: $args = "-help" start-process -filepath "ResourceHacker.exe" -argumentlist $args + - name: ResourceHacker Test - run: ResoureHacker.exe -help + run: | + cd resource_hacker + ResoureHacker.exe -help