mirror of https://github.com/citusdata/citus.git
Fix artifacts path
parent
0ed6ea1d4f
commit
a52e4a09ca
|
@ -49,8 +49,8 @@ jobs:
|
|||
- name: Configure, Build, and Install
|
||||
run: "./ci/build-citus.sh"
|
||||
- uses: actions/upload-artifact@v3.1.1
|
||||
name: build-${{ env.pg_major }}
|
||||
with:
|
||||
name: build-${{ env.pg_major }}
|
||||
path: |-
|
||||
./build-${{ env.pg_major }}/*
|
||||
./install-${{ env.pg_major }}.tar
|
||||
|
@ -85,7 +85,7 @@ jobs:
|
|||
- uses: actions/checkout@v3.5.0
|
||||
- uses: actions/download-artifact@v3.0.1
|
||||
with:
|
||||
path: "."
|
||||
name: build-${{ env.pg_major }}
|
||||
- name: Detect regression tests need to be ran
|
||||
id: detect-regression-tests
|
||||
run: |-
|
||||
|
|
Loading…
Reference in New Issue