testing release from fw build

This commit is contained in:
Matthew Kennedy 2023-03-10 17:43:17 -08:00
parent 6e0dd674ea
commit 40487ddcbc
1 changed files with 18 additions and 1 deletions

View File

@ -11,8 +11,13 @@ on:
type: boolean type: boolean
bundle: bundle:
description: 'Make full firmware bundle' description: 'Make full firmware bundle'
returned: false required: false
type: boolean type: boolean
release-name:
description: 'Release Name'
required: false
type: string
jobs: jobs:
build-firmware: build-firmware:
@ -318,3 +323,15 @@ jobs:
# with: # with:
# name: fome_bundle_${{matrix.build-target}}_autoupdate.zip # name: fome_bundle_${{matrix.build-target}}_autoupdate.zip
# path: ./artifacts/fome_bundle_${{matrix.build-target}}_autoupdate.zip # path: ./artifacts/fome_bundle_${{matrix.build-target}}_autoupdate.zip
create-release:
if: ${{ inputs.release-name != '' }}
runs-on: ubuntu-latest-selfhost
steps:
- uses: actions/download-artifact@v3
with:
path: release-artifacts
- name: list artifacts
run: ls -R release-artifacts