mirror of
https://github.com/MeshEnvy/mesh-forge.git
synced 2026-05-08 22:34:50 +02:00
feat: Implement firmware versioning for custom builds by generating available versions, adding version selection to profiles, and integrating it into the custom build workflow.
This commit is contained in:
@@ -11,6 +11,9 @@ on:
|
||||
description: 'Build flags (e.g. -DMESHTASTIC_EXCLUDE_MQTT)'
|
||||
required: false
|
||||
type: string
|
||||
version:
|
||||
description: 'Firmware Version (Tag/Branch)'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -23,7 +26,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
repository: meshtastic/firmware
|
||||
ref: develop
|
||||
ref: ${{ inputs.version }}
|
||||
path: firmware
|
||||
submodules: recursive
|
||||
fetch-depth: 1
|
||||
|
||||
Reference in New Issue
Block a user