From def225bc8203010577bcdb0f70c2abec3c942b60 Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Feb 2025 16:46:11 +0000 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index a514e999..549045f0 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -89,7 +89,7 @@ jobs: - name: Windows (x86) MSI os: windows-2022 artifact: win-ia32 - executable: "C:/Program Files (x86)/Element/Element*.exe" + executable: "C:/Program Files/Element/Element*.exe" prepare_cmd: "msiexec ./dist/Element*.msi" - name: Windows (x64) Squirrel os: windows-2022