File tree Expand file tree Collapse file tree
.github/workflows/scripts/android Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ unset _swift_bin_dir
139139SWIFT_SDK_ID=$( basename " ${SWIFT_ANDROID_SDK_HOME} " .artifactbundle)
140140BUILD_DIR=$( swift build --show-bin-path --swift-sdk " ${SWIFT_SDK_ID} " --triple " ${ANDROID_SDK_TRIPLE} " )
141141
142- find " ${BUILD_DIR} " \( -name ' *.xctest' -o -name ' *.resources' -o -name ' *-test-runner' -o -name ' *.so' \) -exec cp -av {} " ${STAGING_DIR} " \;
142+ find " ${BUILD_DIR} " \( -name ' *.xctest' -o -name ' *.bundle ' -o -name ' *. resources' -o -name ' *-test-runner' -o -name ' *.so' \) -exec cp -av {} " ${STAGING_DIR} " \;
143143
144144# copy over the required library dependencies
145145cp -av " ${SWIFT_ANDROID_SDK_HOME} " /swift-android/swift-resources/usr/lib/swift-" ${ANDROID_EMULATOR_ARCH_TRIPLE} " /android/* .so " ${STAGING_DIR} "
You can’t perform that action at this time.
0 commit comments