mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-02 06:24:16 +02:00
ci: always build desktop on internal releases (#5613)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -20,11 +20,6 @@ on:
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
build_desktop:
|
||||
description: 'Whether to build the desktop distribution'
|
||||
required: true
|
||||
type: boolean
|
||||
default: false
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
@@ -130,8 +125,8 @@ jobs:
|
||||
tag_name: ${{ needs.determine-tags.outputs.final_tag }}
|
||||
channel: ${{ inputs.channel }}
|
||||
base_version: ${{ inputs.base_version }}
|
||||
build_desktop: ${{ inputs.build_desktop }}
|
||||
build_flatpak_src: ${{ inputs.build_desktop }}
|
||||
build_desktop: true
|
||||
build_flatpak_src: true
|
||||
secrets: inherit
|
||||
|
||||
call-promote-workflow:
|
||||
|
||||
Reference in New Issue
Block a user