Add minifests to build step

This commit is contained in:
fvanroie
2024-08-26 01:21:10 +02:00
parent ca346e868f
commit 401a134658
3 changed files with 51 additions and 4 deletions

View File

@@ -101,7 +101,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.environment.out }}
path: build_output/firmware/*.bin
path: build_output/firmware/*.*n
- name: Create release and upload firmware
if: github.ref != 'refs/heads/master'
run: |