mirror of
https://github.com/BitMaker-hub/NerdMiner_v2.git
synced 2025-09-27 19:16:12 +02:00
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:
2
.github/workflows/prerelease.yml
vendored
2
.github/workflows/prerelease.yml
vendored
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user