mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 05:29:58 +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
|
name: Deploy
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'workflow_dispatch' || (
|
github.event_name != 'workflow_dispatch' || (
|
||||||
always() && !failure() !cancelled() && inputs.deploy &&
|
always() && !failure() && !cancelled() && inputs.deploy &&
|
||||||
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
|
(inputs.macos || inputs.windows_32bit || inputs.windows_64bit)
|
||||||
)
|
)
|
||||||
environment: packages.element.io
|
environment: packages.element.io
|
||||||
@ -170,7 +170,7 @@ jobs:
|
|||||||
arch: [amd64, arm64]
|
arch: [amd64, arm64]
|
||||||
if: |
|
if: |
|
||||||
github.event_name != 'workflow_dispatch' || (
|
github.event_name != 'workflow_dispatch' || (
|
||||||
always() && !failure() !cancelled() && inputs.deploy && inputs.linux
|
always() && !failure() && !cancelled() && inputs.deploy && inputs.linux
|
||||||
)
|
)
|
||||||
uses: ./.github/workflows/reprepro.yaml
|
uses: ./.github/workflows/reprepro.yaml
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
|
Loading…
x
Reference in New Issue
Block a user