Skip to content

Commit

Permalink
Trying to find the plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
CJCombrink committed Nov 23, 2023
1 parent 35f3bf0 commit c150105
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,11 @@ jobs:
cmake --build --preset conan-release
pwd
Get-ChildItem -Path . -Filter SpellChecker.dll -Recurse -ErrorAction SilentlyContinue -Force | %{$_.FullName}
Get-ChildItem -Path . -Filter libSpellChecker.so -Recurse -ErrorAction SilentlyContinue -Force | %{$_.FullName}
Get-ChildItem -Path . -Filter libSpellChecker.dylib -Recurse -ErrorAction SilentlyContinue -Force | %{$_.FullName}
- name: Collect Binaries
shell: pwsh
run: |
Expand Down

0 comments on commit c150105

Please sign in to comment.