Create bundle-firmware action for release branch (#401)
This commit is contained in:
committed by
GitHub
parent
388c2cfe4b
commit
9ae3e48600
@@ -0,0 +1,15 @@
|
||||
name: Bundle All
|
||||
|
||||
runs:
|
||||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Download artifacts'
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
path: firmwares
|
||||
- name: 'Upload Artifact'
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: 'all-firmwares'
|
||||
path: firmwares/
|
||||
retention-days: 3
|
||||
Reference in New Issue
Block a user