Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-02-13 10:41:25 +00:00
parent 561c7f76a0
commit 85cd92f695
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D

View File

@ -32,11 +32,16 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- name: Windows (x64) - name: Windows (x64) Squirrel
os: windows-2022 os: windows-2022
artifact: win-x64 artifact: win-x64
executable: "%LOCALAPPDATA%\element-desktop*\Element.exe" executable: "%LOCALAPPDATA%\element-desktop*\Element.exe"
prepare_cmd: "./dist/squirrel-windows*/Element Setup*.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 }} name: Test ${{ matrix.name }}
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps: