Update build_and_deploy.yaml
Some checks failed
Build and Test / fetch (push) Failing after 1m34s
Build and Test / Windows (ia32) (push) Has been skipped
Build and Test / Windows (x64) (push) Has been skipped
Build and Test / Linux (${{ matrix.arch }}) (sqlcipher: ${{ matrix.sqlcipher }}) (amd64, static) (push) Has been skipped
Build and Test / Linux (${{ matrix.arch }}) (sqlcipher: ${{ matrix.sqlcipher }}) (amd64, system) (push) Has been skipped
Build and Test / Linux (${{ matrix.arch }}) (sqlcipher: ${{ matrix.sqlcipher }}) (arm64, static) (push) Has been skipped
Build and Test / Linux (${{ matrix.arch }}) (sqlcipher: ${{ matrix.sqlcipher }}) (arm64, system) (push) Has been skipped
Build and Test / macOS (push) Has been skipped
Static Analysis / i18n Check (push) Failing after 2s
Build and Test / Test ${{ matrix.name }} (linux-amd64-sqlcipher-static, /opt/Element/element-desktop, Linux (amd64) (sqlcipher: static), ubuntu-22.04, sudo apt-get -qq update && sudo apt install ./dist/*.deb) (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (linux-amd64-sqlcipher-system, /opt/Element/element-desktop, Linux (amd64) (sqlcipher: system), ubuntu-22.04, sudo apt-get -qq update && sudo apt install ./dist/*.deb) (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (linux-arm64-sqlcipher-static, /opt/Element/element-desktop, Linux (arm64) (sqlcipher: static), dind-l-arm64, sudo apt-get -qq update && sudo apt install -y ./dist/*.deb) (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (linux-arm64-sqlcipher-system, /opt/Element/element-desktop, Linux (arm64) (sqlcipher: system), dind-l-arm64, sudo apt-get -qq update && sudo apt install -y ./dist/*.deb) (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (macos, /Users/runner/Applications/Element.app/Contents/MacOS/Element, macOS Universal, macos-14, hdiutil attach ./dist/*.dmg -mountpoint /Volumes/Element && rsync -a /Volumes/Element/Element.app ~/Applications/ && hdiutil detac… (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (win-ia32, ./dist/win-ia32-unpacked/Element.exe, Windows (x86), windows-2022) (push) Has been skipped
Build and Test / Test ${{ matrix.name }} (win-x64, ./dist/win-unpacked/Element.exe, Windows (x64), windows-2022) (push) Has been skipped
Static Analysis / Typescript Syntax Check (push) Has been cancelled
Static Analysis / ESLint (push) Has been cancelled
Static Analysis / Workflow Lint (push) Has been cancelled
Static Analysis / Analyse Dead Code (push) Has been cancelled

This commit is contained in:
MrLetsplay 2025-01-17 15:04:32 +01:00 committed by GitHub
parent 8f4d9f753d
commit 20e0dc3d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
name: Build and Deploy name: Build and Deploy
on: on:
# Nightly build # Nightly build
schedule: # schedule:
- cron: "0 9 * * *" # - cron: "0 9 * * *"
# Release build # Release build
release: release:
types: [published] types: [published]