mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 12:26:24 +00:00
feat: keep records of identifiable stacks for firmware files (#739)
This commit is contained in:
4
.github/workflows/run_autodl.yml
vendored
4
.github/workflows/run_autodl.yml
vendored
@@ -55,6 +55,10 @@ jobs:
|
||||
|
||||
await runAutodl(github, core, context, "${{ inputs.manufacturers || '' }}")
|
||||
|
||||
const {identifyStacks} = await import("${{ github.workspace }}/dist/ghw_identify_stacks.js")
|
||||
|
||||
identifyStacks(github, core, context)
|
||||
|
||||
- name: Create Autodl release
|
||||
uses: actions/github-script@v7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user