Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2025-02-13 11:00:12 +00:00
parent 045da1ba04
commit 991e78e27e
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
4 changed files with 6 additions and 4 deletions

View File

@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/build_windows.yaml
strategy:
matrix:
arch: [x64, ia32]
arch: [x64]
with:
arch: ${{ matrix.arch }}

View File

@ -173,8 +173,9 @@ jobs:
env:
ARCH: ${{ steps.config.outputs.arch }}
- name: Assert all expected files are present
- name: Assert all required files are present
run: |
set -x
test -f ./dist/element-desktop*$ARCH.deb
test -f ./dist/element-desktop*.tar.gz
env:

View File

@ -134,8 +134,9 @@ jobs:
env:
VERSION: ${{ inputs.version }}
- name: Assert all expected files are present
- name: Assert all required files are present
run: |
set -x
test -f ./dist/Element*.dmg
test -f ./dist/Element*-mac.zip
test -f ./dist/releases.json

View File

@ -175,7 +175,7 @@ jobs:
run: |
yarn electron-builder --publish never -w ${{ steps.config.outputs.build-args }}
- name: Assert all expected files are present
- name: Assert all required files are present
run: |
Test-Path './dist/win-*unpacked/Element*.exe'
Test-Path './dist/squirrel-windows*/Element Setup*.exe'