Skip to content

Commit fec3c9c

Browse files
committed
1 parent 2972a4e commit fec3c9c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,14 @@ jobs:
8080
shell: bash
8181
run: |
8282
set -ex
83+
ls -la ${{ runner.temp }}
84+
ls -la ${{ runner.temp }}/swift-android-sdk
85+
ls -la ${{ runner.temp }}/swift-android-sdk/products
8386
SWIFT_ROOT=$(dirname ${{ runner.temp }}/swift-android-sdk/host-toolchain/*/usr)
8487
echo "swift-root=${SWIFT_ROOT}" >> $GITHUB_OUTPUT
8588
echo "swift-path=${SWIFT_ROOT}/usr/bin/swift" >> $GITHUB_OUTPUT
8689
87-
ARTIFACT_BUILD=$(realpath ${{ runner.temp }}/swift-android-sdk/build/*.artifactbundle)
90+
#ARTIFACT_BUILD=$(realpath ${{ runner.temp }}/swift-android-sdk/build/*.artifactbundle)
8891
ARTIFACT_PATH=$(realpath ${{ runner.temp }}/swift-android-sdk/products/*.artifactbundle.tar.gz)
8992
echo "artifact-path=${ARTIFACT_PATH}" >> $GITHUB_OUTPUT
9093
echo "sdk-id=x86_64-unknown-linux-android28" >> $GITHUB_OUTPUT
@@ -108,7 +111,7 @@ jobs:
108111
echo "artifact-name=${ARTIFACT_NAME}" >> $GITHUB_OUTPUT
109112
110113
# 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'
112115
- name: Upload SDK artifactbundle
113116
uses: actions/upload-artifact@v4
114117
with:

0 commit comments

Comments
 (0)