Use pattern to reduce the number of downloaded artifacts.

This commit is contained in:
Patrick Lehmann
2024-12-07 19:11:33 +01:00
parent c34d4e240e
commit f084e02f01
10 changed files with 39 additions and 11 deletions

View File

@@ -166,7 +166,8 @@ jobs:
uses: pyTooling/upload-artifact@v4
with:
name: ${{ inputs.artifact }}
path: ${{ steps.getVariables.outputs.coverage_report_html_directory }}
working-directory: ${{ steps.getVariables.outputs.coverage_report_html_directory }}
path: '*'
if-no-files-found: error
retention-days: 1