Skip to content

Commit 31df941

Browse files
committed
fix path for simd binary
1 parent b801bec commit 31df941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
mkdir -p SIMD_PKG_SOURCE/DEBIAN
6666
mkdir -p SIMD_PKG_SOURCE/usr/bin/
6767
cp ./tools/distro/debian/dpkg/simd_control ./SIMD_PKG_SOURCE/DEBIAN/control
68-
cp build/simd ./SIMD_PKG_SOURCE/usr/bin/simd
68+
cp build/simd/simd ./SIMD_PKG_SOURCE/usr/bin/simd
6969
dpkg-deb --build SIMD_PKG_SOURCE simd-${{ matrix.os }}.deb
7070
7171
- name: Release the Package

0 commit comments

Comments
 (0)