Fix artifacts path

pull/7154/head
Gokhan Gulbiz 2023-08-17 10:17:07 +03:00
parent 0ed6ea1d4f
commit a52e4a09ca
No known key found for this signature in database
GPG Key ID: 608EF06B6BD1B45B
1 changed files with 2 additions and 2 deletions

View File

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