Skip to content

Commit f5fefb6

Browse files
authored
Update cmake-multi-platform.yml
update windows build path
1 parent 0aba9ba commit f5fefb6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,10 @@ jobs:
156156
run: |
157157
mkdir -p artifacts
158158
159-
# Find and copy the built library (location varies by OS)
159+
# Find and copy the built library (location varies by OS and build system)
160160
if [ "${{ runner.os }}" = "Windows" ]; then
161+
# Windows/MSVC puts output in plugins subdirectory
162+
cp binaryninja-api/build/plugins/${{ env.REPO_NAME }}/Release/${{ matrix.lib_prefix }}${{ env.REPO_NAME }}.${{ matrix.ext }} artifacts/ || \
161163
cp binaryninja-api/build/out/bin/Release/${{ matrix.lib_prefix }}${{ env.REPO_NAME }}.${{ matrix.ext }} artifacts/ || \
162164
cp binaryninja-api/build/out/bin/${{ matrix.lib_prefix }}${{ env.REPO_NAME }}.${{ matrix.ext }} artifacts/
163165
else

0 commit comments

Comments
 (0)