We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 570e470 commit 5e4eb2dCopy full SHA for 5e4eb2d
action.yml
@@ -353,6 +353,9 @@ runs:
353
# copy the built test binary
354
cp -va ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.xctest ${PACK_DIR}
355
356
+ # copy any dependent .so files that may have been created
357
+ cp -va ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.so ${PACK_DIR} || true
358
+
359
# copy any optional resource bundles
360
cp -vaf ${BUILD_DIR}/${SWIFT_SDK_TARGET}/${{ inputs.swift-configuration }}/*.resources ${PACK_DIR} || true
361
# 6.0.2 keeps libraries in per-API folders
0 commit comments