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 83d5857 commit 026287cCopy full SHA for 026287c
action.yml
@@ -307,7 +307,7 @@ runs:
307
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}-android-${SWIFT_SDK_VERSION}"
+ SWIFT_SDK_ID="${SWIFT_SDK_ID}-android-${SWIFT_SDK_ANROID_API}-${SWIFT_SDK_VERSION}"
311
else
312
# Swift Android SDK 6.2+ targets API 28+
313
SWIFT_SDK_ANROID_API="28"
0 commit comments