Use broader file pattern to debug artifact discovery

- Changed from firmware/*/*.bin to **/*.bin for testing
- Should find any .bin files regardless of directory structure
- Help identify if issue is path-specific or file generation
This commit is contained in:
bitmaker
2025-09-02 13:38:00 +02:00
parent 210275a3e8
commit 64fd6fc6d0

View File

@@ -79,5 +79,5 @@ jobs:
generate_release_notes: true
prerelease: true
fail_on_unmatched_files: true
files: ${{ github.workspace }}/firmware/*/*.bin
files: ${{ github.workspace }}/**/*.bin