Skip to content

Commit 942150f

Browse files
Added new file location as per the log
1 parent 09d12ac commit 942150f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ jobs:
9393
# --- ABI Bridge (Artifact Injection) ---
9494
- name: Copy Linux .so
9595
if: runner.os == 'Linux'
96-
run: cp backend/CaseConversionAPI/CppLib/build_dll/lib/libProcessStringDLL.so ./publish/
97-
96+
run: cp backend/CaseConversionAPI/CppLib/build_dll/libProcessStringDLL.so ./publish/
9897
- name: Copy macOS .dylib
9998
if: runner.os == 'macOS'
100-
run: cp backend/CaseConversionAPI/CppLib/build_dll/lib/libProcessStringDLL.dylib ./publish/
99+
run: cp backend/CaseConversionAPI/CppLib/build_dll/libProcessStringDLL.dylib ./publish/
101100

102101
- name: Copy Windows .dll
103102
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)