Skip to content

Commit d4de6c9

Browse files
committed
a
1 parent 014ce3e commit d4de6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/c_bindings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
run: |
125125
mkdir -p package/lib
126126
mkdir -p package/include
127-
${{ matrix.cp_cmd }} target/${{ matrix.target }}/release/${{ lib_name }} package/lib/
127+
${{ matrix.cp_cmd }} target/${{ matrix.target }}/release/${{ matrix.lib_name }} package/lib/
128128
${{ matrix.cp_r_cmd }} bindings/c/include/* package/include/
129129
${{ matrix.cp_cmd }} LICENSE package/ipl3checksum.LICENSE
130130
${{ matrix.cp_cmd }} README.md package/ipl3checksum.README.md

0 commit comments

Comments
 (0)