forked from CringeStudios/element-desktop
Iterate
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
0e22ef3303
commit
83f805efb3
4
.github/workflows/build_and_test.yaml
vendored
4
.github/workflows/build_and_test.yaml
vendored
@ -35,12 +35,12 @@ jobs:
|
||||
- name: Windows (x64) Squirrel
|
||||
os: windows-2022
|
||||
artifact: win-x64
|
||||
executable: "%LOCALAPPDATA%\element-desktop*\Element.exe"
|
||||
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"
|
||||
executable: "C:/Program Files*/Element/Element*.exe"
|
||||
prepare_cmd: "msiexec ./dist/Element*.msi"
|
||||
name: Test ${{ matrix.name }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
7
.github/workflows/build_linux.yaml
vendored
7
.github/workflows/build_linux.yaml
vendored
@ -173,6 +173,13 @@ jobs:
|
||||
env:
|
||||
ARCH: ${{ steps.config.outputs.arch }}
|
||||
|
||||
- name: Assert all expected files are present
|
||||
run: |
|
||||
test -f ./dist/element-desktop*$ARCH.deb
|
||||
test -f ./dist/element-desktop*.tar.gz
|
||||
env:
|
||||
ARCH: ${{ inputs.arch }}
|
||||
|
||||
# We exclude *-unpacked as it loses permissions and the tarball contains it with correct permissions
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
7
.github/workflows/build_macos.yaml
vendored
7
.github/workflows/build_macos.yaml
vendored
@ -134,6 +134,13 @@ jobs:
|
||||
env:
|
||||
VERSION: ${{ inputs.version }}
|
||||
|
||||
- name: Assert all expected files are present
|
||||
run: |
|
||||
test -f ./dist/Element*.dmg
|
||||
test -f ./dist/Element*-mac.zip
|
||||
test -f ./dist/releases.json
|
||||
test -f ./dist/releases-legacy.json
|
||||
|
||||
# We exclude mac-universal as the unpacked app takes forever to upload and zip and dmg already contains it
|
||||
- name: Upload Artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Loading…
x
Reference in New Issue
Block a user