Skip to content

Commit

Permalink
Merge pull request #5061 from arduino/include-hidden-files
Browse files Browse the repository at this point in the history
[skip-changelog] Configure actions/upload-artifact action to upload required hidden files
  • Loading branch information
umbynos authored Sep 5, 2024
2 parents 4501af5 + 4713c34 commit e9a7cce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/manage-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -383,6 +383,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
if-no-files-found: error
include-hidden-files: true
path: ${{ env.FAIL_FLAG_PATH }}
name: ${{ env.CHECK_SUBMISSIONS_FAIL_FLAG_ARTIFACT }}

Expand Down

0 comments on commit e9a7cce

Please sign in to comment.