Skip to content

Commit 93773ab

Browse files
committed
Fix selector for android-sdk in releases.json
1 parent 86235b2 commit 93773ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ find_latest_swift_version() {
233233
.[]
234234
| select(.name == $version)
235235
| .platforms[]
236-
| select(.platform == "android")
236+
| select(.platform == "android-sdk")
237237
| .checksum
238238
')
239239

0 commit comments

Comments
 (0)