realm / realm-kotlin

Kotlin Multiplatform and Android SDK for the Realm Mobile Database: Build Better Apps Faster.
Apache License 2.0
942 stars 57 forks source link

Fix native libs other than macos being copied correctly. #1624

Closed cmelchior closed 8 months ago

cmelchior commented 8 months ago

I made a mistake in https://github.com/realm/realm-kotlin/pull/1607 so we didn't copy native libs for Linux and Windows correctly. It only worked on CI because the MacOS JVM libs where in the correct place because of them being built in-place on Jenkins and we do not run Windows/Linux tests there.

But it was caught by our Github Actions branch.

I added an extra debug log that makes it easier to check for in the future.