mirror of https://github.com/citusdata/citus.git
fix wildcard path
parent
451d6d8eda
commit
136382472a
|
@ -16,7 +16,7 @@ runs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v3.1.1
|
||||||
with:
|
with:
|
||||||
path: **/regression.diffs
|
path: ${GITHUB_WORKSPACE}/**/regression.diffs
|
||||||
name: ${{ inputs.folder }}
|
name: ${{ inputs.folder }}
|
||||||
if-no-files-found: ignore
|
if-no-files-found: ignore
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue