Skip to content

Commit 148eb61

Browse files
committed
fix artifact lib path
1 parent 8eef570 commit 148eb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ jobs:
185185

186186
- name: Prepare local artifacts directory
187187
run: |
188-
mkdir -p artifacts/libpccl
188+
mkdir -p artifacts/lib
189189
cp "${{ steps.strings-unix.outputs.build-output-dir }}/libpccl."* artifacts/lib/
190190
mkdir -p artifacts/include
191191
cp ./include/*.h artifacts/include/

0 commit comments

Comments
 (0)