Update build_and_deploy.yaml
This commit is contained in:
@@ -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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user