Skip to content

Commit 626f26a

Browse files
committed
Fix artifactbundle name for SDK 6.1 downloads
1 parent e1c1e7d commit 626f26a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ runs:
304304
# TODO: identify the version automatically
305305
SWIFT_SDK_VERSION="0.1"
306306
307-
if [[ "${SWIFT_VERSION}" =~ "6.0" || "${SWIFT_VERSION}" =~ "6.1" ]]; then
307+
if [[ "${SWIFT_SDK_ID}" =~ "6.0" || "${SWIFT_SDK_ID}" =~ "6.1" ]]; then
308308
# Swift Android SDK 6.0/6.1 targets API 24+
309309
SWIFT_SDK_ANROID_API="24"
310310
SWIFT_SDK_ID="${SWIFT_SDK_ID}-${SWIFT_SDK_ANROID_API}-${SWIFT_SDK_VERSION}"

0 commit comments

Comments
 (0)