Skip to content

Commit 5a01823

Browse files
committed
Swift Android build 6.2
1 parent f38f3e6 commit 5a01823

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ jobs:
8787
# swift-6.1-RELEASE_android-0.1-x86_64.artifactbundle.tar.gz.zip
8888
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
8989
90-
tree ${ARTIFACT_BUILD}/
90+
#tree ${ARTIFACT_BUILD}/
91+
# show an abridged tree
92+
tree ${ARTIFACT_BUILD} --filesfirst --prune -P 'Android.swiftmodule' -P 'libswiftAndroid.*' -P 'libFoundation.*' -P 'swiftrt.o' -P 'swift*.json' -P 'info.json' -P 'api-level.h' -P 'android.modulemap' -P 'SwiftAndroidNDK.h' -P 'bridging.modulemap'
9193
9294
# validate some required paths in the artifactbundle
9395
#pushd ${ARTIFACT_BUILD}/*/*/usr

0 commit comments

Comments
 (0)