From 85007155e5a3e57e0e65ed5893f82918a87a2b90 Mon Sep 17 00:00:00 2001 From: David W Bitner Date: Thu, 31 Oct 2024 15:39:43 -0500 Subject: [PATCH] fix ci --- .github/workflows/civ2.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/civ2.yml b/.github/workflows/civ2.yml index 4fdfaf39..06eb754f 100644 --- a/.github/workflows/civ2.yml +++ b/.github/workflows/civ2.yml @@ -132,14 +132,14 @@ jobs: with: working-directory: src/pypgstac target: x86_64 - args: --release --out $GITHUB_WORKSPACE/dist + args: --release --out /tmp/dist sccache: 'true' manylinux: auto - name: Upload wheels uses: actions/upload-artifact@v4 with: name: wheels - path: $GITHUB_WORKSPACE/dist/* + path: /tmp/dist/* if-no-files-found: error test: needs: [check-pgstac-base, check-pypgstac-base, buildpg, buildpypgstacbase, wheels]