feat: keep records of identifiable stacks for firmware files (#739)

This commit is contained in:
Nerivec
2025-04-07 21:29:02 +02:00
committed by GitHub
parent e43482defb
commit 1167598f77
12 changed files with 5124 additions and 758 deletions

View File

@@ -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: