Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Dec 25, 2024
1 parent c2507a5 commit cb6ede4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/embedding_build_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,9 +97,10 @@ jobs:
- run: |
mkdir build
lib_dir="${{ steps.vars.outputs.lib_dir }}"
ls -la $lib_dir/*
find $lib_dir -type f \( -name "libmanticoresearch*.a" -o -name "manticoresearch*.lib" \) -ls -exec mv {} ./build \;
find $lib_dir -type f \( -name "libmanticoresearch.a" -o -name "manticoresearch*.lib" \) -ls -exec mv {} ./build \;
- name: Upload build artifacts
if: success()
Expand Down

0 comments on commit cb6ede4

Please sign in to comment.