Skip to content

Commit c7df8af

Browse files
committed
attempt to fix path issues v2
1 parent 33cb590 commit c7df8af

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
@@ -199,7 +199,7 @@ jobs:
199199
- name: Prepare local artifacts directory
200200
run: |
201201
mkdir -p artifacts/lib
202-
cp "${{ steps.strings-unix.outputs.build-output-dir }}/*pccl."* artifacts/lib/
202+
cp "${{ steps.strings-unix.outputs.build-output-dir }}"/*pccl.* artifacts/lib/
203203
mkdir -p artifacts/include
204204
cp ./include/*.h artifacts/include/
205205
- name: Upload build artifacts

0 commit comments

Comments
 (0)