Add merge-multiple: true to download-artifact, fixing the release not grabbing built files

This commit is contained in:
Lorow
2025-12-14 21:39:39 +01:00
parent 8f90cdb6e0
commit f06705bec9

View File

@@ -95,8 +95,12 @@ jobs:
- name: Download firmware builds
uses: actions/download-artifact@v4
with:
merge-multiple: true
path: build/
- name: Show downloaded artifacts
run: ls ./build/
- name: Make Release
uses: softprops/action-gh-release@v2
if: github.ref_type == 'tag'