mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-02-18 10:53:17 +00:00
16 lines
326 B
YAML
16 lines
326 B
YAML
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
|