Fix downloaded artifacts folder

pull/7154/head
Gokhan Gulbiz 2023-08-16 19:42:07 +03:00
parent 6005499df5
commit fbe76753b0
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 }}/*