mirror of https://github.com/citusdata/citus.git
Fix downloaded artifacts folder
parent
6005499df5
commit
fbe76753b0
|
@ -6,5 +6,5 @@ runs:
|
|||
using: composite
|
||||
steps:
|
||||
- name: Install Extension
|
||||
run: tar xfv "artifact/install-${{ inputs.pg_major }}.tar" --directory /
|
||||
run: tar xfv "install-${{ inputs.pg_major }}.tar" --directory /
|
||||
shell: bash
|
||||
|
|
|
@ -49,6 +49,7 @@ jobs:
|
|||
- name: Configure, Build, and Install
|
||||
run: "./ci/build-citus.sh"
|
||||
- uses: actions/upload-artifact@v3.1.1
|
||||
name: build-${{ env.pg_major }}
|
||||
with:
|
||||
path: |-
|
||||
./build-${{ env.pg_major }}/*
|
||||
|
|
Loading…
Reference in New Issue