Skip to content

Commit 3fe0804

Browse files
authored
Merge pull request #660 from BitMaker-hub/develop
Use broader file pattern to debug artifact discovery
2 parents fa92082 + 64fd6fc commit 3fe0804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,5 +79,5 @@ jobs:
7979
generate_release_notes: true
8080
prerelease: true
8181
fail_on_unmatched_files: true
82-
files: ${{ github.workspace }}/firmware/*/*.bin
82+
files: ${{ github.workspace }}/**/*.bin
8383

0 commit comments

Comments
 (0)