@@ -87,28 +87,30 @@ jobs:
87
87
# swift-6.1-RELEASE_android-0.1-x86_64.artifactbundle.tar.gz.zip
88
88
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
89
89
90
+ tree ${ARTIFACT_BUILD}/
91
+
90
92
# validate some required paths in the artifactbundle
91
- pushd ${ARTIFACT_BUILD}/*/*/usr
92
- ls lib/swift/android
93
- ls lib/swift/android/*
94
- ls lib/swift/android/*/swiftrt.o
95
- ls lib/*-linux-android/*/crtbegin_dynamic.o
93
+ # pushd ${ARTIFACT_BUILD}/*/*/usr
94
+ # ls lib/swift/android
95
+ # ls lib/swift/android/*
96
+ # ls lib/swift/android/*/swiftrt.o
97
+ # ls lib/*-linux-android/*/crtbegin_dynamic.o
96
98
97
- ls lib/swift_static-*
98
- ls lib/swift_static-*/android
99
- ls lib/swift_static-*/android/libFoundationEssentials.a
99
+ # ls lib/swift_static-*
100
+ # ls lib/swift_static-*/android
101
+ # ls lib/swift_static-*/android/libFoundationEssentials.a
100
102
101
- ls lib/*-linux-android/libFoundationEssentials.so
102
- ls lib/*-linux-android/libFoundationNetworking.so
103
- ls lib/*-linux-android/libFoundationInternationalization.so
104
- ls lib/*-linux-android/lib_FoundationICU.so
105
- ls lib/*-linux-android/libFoundationXML.so
106
- ls lib/*-linux-android/libTesting.so
103
+ # ls lib/*-linux-android/libFoundationEssentials.so
104
+ # ls lib/*-linux-android/libFoundationNetworking.so
105
+ # ls lib/*-linux-android/libFoundationInternationalization.so
106
+ # ls lib/*-linux-android/lib_FoundationICU.so
107
+ # ls lib/*-linux-android/libFoundationXML.so
108
+ # ls lib/*-linux-android/libTesting.so
107
109
108
- ls lib/swift/clang/lib
109
- ls lib/swift/clang/lib/linux
110
- ls lib/swift/clang/lib/linux/*/libunwind.a
111
- popd
110
+ # ls lib/swift/clang/lib
111
+ # ls lib/swift/clang/lib/linux
112
+ # ls lib/swift/clang/lib/linux/*/libunwind.a
113
+ # popd
112
114
- name : Upload SDK artifactbundle
113
115
uses : actions/upload-artifact@v4
114
116
with :
0 commit comments