Skip to content

Commit 8500715

Browse files
committed
fix ci
1 parent d38e9e2 commit 8500715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/civ2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,14 +132,14 @@ jobs:
132132
with:
133133
working-directory: src/pypgstac
134134
target: x86_64
135-
args: --release --out $GITHUB_WORKSPACE/dist
135+
args: --release --out /tmp/dist
136136
sccache: 'true'
137137
manylinux: auto
138138
- name: Upload wheels
139139
uses: actions/upload-artifact@v4
140140
with:
141141
name: wheels
142-
path: $GITHUB_WORKSPACE/dist/*
142+
path: /tmp/dist/*
143143
if-no-files-found: error
144144
test:
145145
needs: [check-pgstac-base, check-pypgstac-base, buildpg, buildpypgstacbase, wheels]

0 commit comments

Comments
 (0)