From a62fc2ff466a410698ae94b58835c8424e7c11d7 Mon Sep 17 00:00:00 2001 From: Calum Towers Date: Sat, 16 Sep 2023 18:50:20 +0100 Subject: [PATCH] Update compile_exe.yml --- .github/workflows/compile_exe.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile_exe.yml b/.github/workflows/compile_exe.yml index f19a7e183..9b65d6b43 100644 --- a/.github/workflows/compile_exe.yml +++ b/.github/workflows/compile_exe.yml @@ -33,4 +33,4 @@ jobs: uses: actions/upload-artifact@v2 with: name: "Logon Details.exe" - path: ".\\dist\\LogonDetails" \ No newline at end of file + path: "dist\\LogonDetails" \ No newline at end of file