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 e1c1e7d commit 626f26aCopy full SHA for 626f26a
action.yml
@@ -304,7 +304,7 @@ runs:
304
# TODO: identify the version automatically
305
SWIFT_SDK_VERSION="0.1"
306
307
- if [[ "${SWIFT_VERSION}" =~ "6.0" || "${SWIFT_VERSION}" =~ "6.1" ]]; then
+ if [[ "${SWIFT_SDK_ID}" =~ "6.0" || "${SWIFT_SDK_ID}" =~ "6.1" ]]; then
308
# Swift Android SDK 6.0/6.1 targets API 24+
309
SWIFT_SDK_ANROID_API="24"
310
SWIFT_SDK_ID="${SWIFT_SDK_ID}-${SWIFT_SDK_ANROID_API}-${SWIFT_SDK_VERSION}"
0 commit comments