mirror of https://github.com/citusdata/citus.git
Fix downloaded artifacts folder
parent
6005499df5
commit
fbe76753b0
|
@ -6,5 +6,5 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Install Extension
|
- name: Install Extension
|
||||||
run: tar xfv "artifact/install-${{ inputs.pg_major }}.tar" --directory /
|
run: tar xfv "install-${{ inputs.pg_major }}.tar" --directory /
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
|
@ -49,6 +49,7 @@ 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:
|
||||||
path: |-
|
path: |-
|
||||||
./build-${{ env.pg_major }}/*
|
./build-${{ env.pg_major }}/*
|
||||||
|
|
Loading…
Reference in New Issue