Skip to content

Commit e9a7cce

Browse files
authored
Merge pull request #5061 from arduino/include-hidden-files
[skip-changelog] Configure actions/upload-artifact action to upload required hidden files
2 parents 4501af5 + 4713c34 commit e9a7cce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/manage-prs.yml

+1
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,7 @@ jobs:
383383
uses: actions/upload-artifact@v3
384384
with:
385385
if-no-files-found: error
386+
include-hidden-files: true
386387
path: ${{ env.FAIL_FLAG_PATH }}
387388
name: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT }}
388389

0 commit comments

Comments
 (0)