We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eef570 commit 148eb61Copy full SHA for 148eb61
.github/workflows/publish.yml
@@ -185,7 +185,7 @@ jobs:
185
186
- name: Prepare local artifacts directory
187
run: |
188
- mkdir -p artifacts/libpccl
+ mkdir -p artifacts/lib
189
cp "${{ steps.strings-unix.outputs.build-output-dir }}/libpccl."* artifacts/lib/
190
mkdir -p artifacts/include
191
cp ./include/*.h artifacts/include/
0 commit comments