mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Update build_and_deploy.yaml fix typo
This commit is contained in:
parent
fd66c14544
commit
ae1d8a896d
4
.github/workflows/build_and_deploy.yaml
vendored
4
.github/workflows/build_and_deploy.yaml
vendored
@ -132,7 +132,7 @@ jobs:
|
||||
name: Deploy
|
||||
if: |
|
||||
github.event_name != 'workflow_dispatch' || (
|
||||
always() && !failure() !cancelled() && inputs.deploy &&
|
||||
always() && !failure() && !cancelled() && inputs.deploy &&
|
||||
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
|
||||
)
|
||||
environment: packages.element.io
|
||||
@ -170,7 +170,7 @@ jobs:
|
||||
arch: [amd64, arm64]
|
||||
if: |
|
||||
github.event_name != 'workflow_dispatch' || (
|
||||
always() && !failure() !cancelled() && inputs.deploy && inputs.linux
|
||||
always() && !failure() && !cancelled() && inputs.deploy && inputs.linux
|
||||
)
|
||||
uses: ./.github/workflows/reprepro.yaml
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user