From 85cd92f695247e795d7913dc2d00051cb2cbb22c Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 13 Feb 2025 10:41:25 +0000 Subject: [PATCH] Iterate Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- .github/workflows/build_and_test.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_and_test.yaml b/.github/workflows/build_and_test.yaml index 513ff0ff..4c28fdab 100644 --- a/.github/workflows/build_and_test.yaml +++ b/.github/workflows/build_and_test.yaml @@ -32,11 +32,16 @@ jobs: strategy: matrix: include: - - name: Windows (x64) + - name: Windows (x64) Squirrel os: windows-2022 artifact: win-x64 executable: "%LOCALAPPDATA%\element-desktop*\Element.exe" prepare_cmd: "./dist/squirrel-windows*/Element Setup*.exe" + - name: Windows (x64) MSI + os: windows-2022 + artifact: win-x64 + executable: "C:\Program Files*\Element\Element*.exe" + prepare_cmd: "msiexec ./dist/Element*.msi" name: Test ${{ matrix.name }} runs-on: ${{ matrix.os }} steps: