mirror of https://github.com/citusdata/citus.git
Fix invalid attribute
parent
acc18ec533
commit
6005499df5
|
@ -7,9 +7,9 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- uses: actions/upload-artifact@v3.1.1
|
||||
if-no-files-found: ignore
|
||||
with:
|
||||
name: ${{ inputs.folder }}
|
||||
if-no-files-found: ignore
|
||||
path: |
|
||||
src/test/regress/proxy.output
|
||||
src/test/regress/results/
|
||||
|
|
|
@ -15,7 +15,8 @@ runs:
|
|||
if: failure()
|
||||
shell: bash
|
||||
- uses: actions/upload-artifact@v3.1.1
|
||||
if-no-files-found: ignore
|
||||
with:
|
||||
path: src/test/regress/regression.diffs
|
||||
name: ${{ inputs.folder }}
|
||||
if-no-files-found: ignore
|
||||
|
||||
|
|
Loading…
Reference in New Issue