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 f000dfe commit 22c9420Copy full SHA for 22c9420
action.yml
@@ -295,7 +295,7 @@ runs:
295
SWIFT_SDK_TARGET="${{ inputs.installed-sdk }}"
296
echo "SWIFT_SDK_TARGET=${SWIFT_SDK_TARGET}" >> $GITHUB_ENV
297
# for the bundle, we just grab the most recently installed one
298
- SWIFT_SDK_BUNDLE=$(ls -1rt ${SWIFT_SDK_ROOT}/*.artifactbundle | tail -n 1)
+ SWIFT_SDK_BUNDLE=$(ls -1drt ${SWIFT_SDK_ROOT}/*.artifactbundle | tail -n 1)
299
else
300
SWIFT_SDK_ANROID_API="24"
301
echo "SWIFT_SDK_ANROID_API=${SWIFT_SDK_ANROID_API}" >> $GITHUB_ENV
0 commit comments