File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -80,11 +80,14 @@ jobs:
80
80
shell : bash
81
81
run : |
82
82
set -ex
83
+ ls -la ${{ runner.temp }}
84
+ ls -la ${{ runner.temp }}/swift-android-sdk
85
+ ls -la ${{ runner.temp }}/swift-android-sdk/products
83
86
SWIFT_ROOT=$(dirname ${{ runner.temp }}/swift-android-sdk/host-toolchain/*/usr)
84
87
echo "swift-root=${SWIFT_ROOT}" >> $GITHUB_OUTPUT
85
88
echo "swift-path=${SWIFT_ROOT}/usr/bin/swift" >> $GITHUB_OUTPUT
86
89
87
- ARTIFACT_BUILD=$(realpath ${{ runner.temp }}/swift-android-sdk/build/*.artifactbundle)
90
+ # ARTIFACT_BUILD=$(realpath ${{ runner.temp }}/swift-android-sdk/build/*.artifactbundle)
88
91
ARTIFACT_PATH=$(realpath ${{ runner.temp }}/swift-android-sdk/products/*.artifactbundle.tar.gz)
89
92
echo "artifact-path=${ARTIFACT_PATH}" >> $GITHUB_OUTPUT
90
93
echo "sdk-id=x86_64-unknown-linux-android28" >> $GITHUB_OUTPUT
@@ -108,7 +111,7 @@ jobs:
108
111
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
109
112
110
113
# show an abridged tree
111
- 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' -P 'linux' -P 'libclang*.a' -P 'libunwind.a' -P 'libclang_rt.builtins-*-android.a'
114
+ # 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' -P 'linux' -P 'libclang*.a' -P 'libunwind.a' -P 'libclang_rt.builtins-*-android.a'
112
115
- name : Upload SDK artifactbundle
113
116
uses : actions/upload-artifact@v4
114
117
with :
You can’t perform that action at this time.
0 commit comments