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
d9c5c4be07
commit
2b61ea82ec
2
.github/workflows/build_and_deploy.yaml
vendored
2
.github/workflows/build_and_deploy.yaml
vendored
@ -37,7 +37,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
default: true
|
default: true
|
||||||
run-name: Element ${{ inputs.mode == 'release' && 'Desktop' || 'Nightly' }}
|
run-name: Element ${{ inputs.mode != 'release' && github.event_name != 'release' && 'Nightly' || 'Desktop' }}
|
||||||
concurrency: ${{ github.workflow }}
|
concurrency: ${{ github.workflow }}
|
||||||
env:
|
env:
|
||||||
R2_BUCKET: ${{ vars.R2_BUCKET }}
|
R2_BUCKET: ${{ vars.R2_BUCKET }}
|
||||||
|
Loading…
Reference in New Issue
Block a user