mirror of
https://github.com/element-hq/element-desktop
synced 2025-04-02 04:13:41 +02:00
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0e1c861a25
commit
343bfe2d52
8
.github/workflows/build_and_test.yaml
vendored
8
.github/workflows/build_and_test.yaml
vendored
@ -86,22 +86,22 @@ jobs:
|
|||||||
- name: Windows (x86) Squirrel
|
- name: Windows (x86) Squirrel
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-ia32
|
artifact: win-ia32
|
||||||
executable: "%LOCALAPPDATA%/element-desktop*/Element.exe"
|
executable: "$env:LOCALAPPDATA/element-desktop*/Element.exe"
|
||||||
prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'"
|
prepare_cmd: ". './dist/squirrel-windows*/Element Setup*.exe'"
|
||||||
- name: Windows (x86) MSI
|
- name: Windows (x86) MSI
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-ia32
|
artifact: win-ia32
|
||||||
executable: "C:/Program Files (x86)/Element/Element*.exe"
|
executable: "C:/Program Files (x86)/Element*/Element*.exe"
|
||||||
prepare_cmd: "msiexec ./dist/Element*.msi"
|
prepare_cmd: "msiexec ./dist/Element*.msi"
|
||||||
- name: Windows (x64) Squirrel
|
- name: Windows (x64) Squirrel
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-x64
|
artifact: win-x64
|
||||||
executable: "%LOCALAPPDATA%/element-desktop*/Element.exe"
|
executable: "$env: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
|
- name: Windows (x64) MSI
|
||||||
os: windows-2022
|
os: windows-2022
|
||||||
artifact: win-x64
|
artifact: win-x64
|
||||||
executable: "C:/Program Files/Element/Element*.exe"
|
executable: "C:/Program Files/Element*/Element*.exe"
|
||||||
prepare_cmd: "msiexec ./dist/Element*.msi"
|
prepare_cmd: "msiexec ./dist/Element*.msi"
|
||||||
name: Test ${{ matrix.name }}
|
name: Test ${{ matrix.name }}
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user