From 344c58011eaaedda2ea488dfe53552c242ea9bf5 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Thu, 7 Jan 2021 18:18:54 +0000 Subject: [PATCH] seeing if the github_path worked --- .github/workflows/exp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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