mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01:00
Update build_and_deploy.yaml
This commit is contained in:
parent
b7cc0cf5f2
commit
268e61ec5a
6
.github/workflows/build_and_deploy.yaml
vendored
6
.github/workflows/build_and_deploy.yaml
vendored
@ -147,7 +147,7 @@ jobs:
|
||||
|
||||
- name: Find debs
|
||||
id: deb
|
||||
if: inputs.linux
|
||||
if: needs.linux.result == 'success'
|
||||
run: |
|
||||
for arch in amd64 arm64
|
||||
do
|
||||
@ -156,7 +156,7 @@ jobs:
|
||||
|
||||
- name: Publish amd64 deb to packages.element.io
|
||||
uses: vector-im/packages.element.io@master
|
||||
if: inputs.linux
|
||||
if: needs.linux.result == 'success'
|
||||
with:
|
||||
file: ${{ steps.deb.outputs.amd64 }}
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
@ -166,7 +166,7 @@ jobs:
|
||||
|
||||
- name: Publish arm64 deb to packages.element.io
|
||||
uses: vector-im/packages.element.io@master
|
||||
if: inputs.linux
|
||||
if: needs.linux.result == 'success'
|
||||
with:
|
||||
file: ${{ steps.deb.outputs.arm64 }}
|
||||
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user