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 f38f3e6 commit 5a01823Copy full SHA for 5a01823
.github/workflows/pull_request.yml
@@ -87,7 +87,9 @@ jobs:
87
# swift-6.1-RELEASE_android-0.1-x86_64.artifactbundle.tar.gz.zip
88
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
89
90
- tree ${ARTIFACT_BUILD}/
+ #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'
93
94
# validate some required paths in the artifactbundle
95
#pushd ${ARTIFACT_BUILD}/*/*/usr
0 commit comments