mirror of https://github.com/citusdata/citus.git
fix wildcard path
parent
451d6d8eda
commit
136382472a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue