fix wildcard path

pull/7154/head
Gokhan Gulbiz 2023-08-17 17:00:13 +03:00
parent 451d6d8eda
commit 136382472a
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ runs:
shell: bash
- uses: actions/upload-artifact@v3.1.1
with:
path: **/regression.diffs
path: ${GITHUB_WORKSPACE}/**/regression.diffs
name: ${{ inputs.folder }}
if-no-files-found: ignore