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 33cb590 commit c7df8afCopy full SHA for c7df8af
.github/workflows/publish.yml
@@ -199,7 +199,7 @@ jobs:
199
- name: Prepare local artifacts directory
200
run: |
201
mkdir -p artifacts/lib
202
- cp "${{ steps.strings-unix.outputs.build-output-dir }}/*pccl."* artifacts/lib/
+ cp "${{ steps.strings-unix.outputs.build-output-dir }}"/*pccl.* artifacts/lib/
203
mkdir -p artifacts/include
204
cp ./include/*.h artifacts/include/
205
- name: Upload build artifacts
0 commit comments