Skip to content

Commit 0c61f2b

Browse files
committed
fix copy
1 parent 1cf3b12 commit 0c61f2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-z3fdb-web-service.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,9 @@ jobs:
125125
fdb-build/lib/libeccodes.so \
126126
fdb-build/lib/libeckit.so \
127127
fdb-build/lib/libeccodes_memfs.so \
128-
depndencies/libaec.so* \
128+
dependencies/lib/libaec.so* \
129129
${{ github.workspace }}/stage-fdb-minimal/fdb/lib
130-
tar --zstd -cvf fdb.tar.zst -C ${{ github.workspace }}/stage-fdb-minimal/ fdb
130+
tar --zstd -cvf fdb.tar.zst -C stage-fdb-minimal/ fdb
131131
- name: Create z3fdb-web-service whl
132132
run: |
133133
python -m build --wheel fdb-source/tools/z3fdb-web-service -o .

0 commit comments

Comments
 (0)