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
|
- name: Configure, Build, and Install
|
||||||
run: "./ci/build-citus.sh"
|
run: "./ci/build-citus.sh"
|
||||||
- uses: actions/upload-artifact@v3.1.1
|
- uses: actions/upload-artifact@v3.1.1
|
||||||
name: build-${{ env.pg_major }}
|
|
||||||
with:
|
with:
|
||||||
|
name: build-${{ env.pg_major }}
|
||||||
path: |-
|
path: |-
|
||||||
./build-${{ env.pg_major }}/*
|
./build-${{ env.pg_major }}/*
|
||||||
./install-${{ env.pg_major }}.tar
|
./install-${{ env.pg_major }}.tar
|
||||||
|
@ -85,7 +85,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3.5.0
|
- uses: actions/checkout@v3.5.0
|
||||||
- uses: actions/download-artifact@v3.0.1
|
- uses: actions/download-artifact@v3.0.1
|
||||||
with:
|
with:
|
||||||
path: "."
|
name: build-${{ env.pg_major }}
|
||||||
- name: Detect regression tests need to be ran
|
- name: Detect regression tests need to be ran
|
||||||
id: detect-regression-tests
|
id: detect-regression-tests
|
||||||
run: |-
|
run: |-
|
||||||
|
|
Loading…
Reference in New Issue