diff --git a/.github/workflows/release/versions.json b/.github/workflows/release/versions.json index 067be308..baa8396f 100644 --- a/.github/workflows/release/versions.json +++ b/.github/workflows/release/versions.json @@ -37,7 +37,7 @@ ], "Package.swift": [ { - "pattern": "https://github.com/pubnub/kmp-chat/releases/download/chat-(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)", + "pattern": "https://github.com/pubnub/kmp-chat/releases/download/kotlin-(v?(\\d+\\.?){2,}([a-zA-Z0-9-]+(\\.?\\d+)?)?)", "clearedPrefix": true, "clearedSuffix": false } diff --git a/Package.swift b/Package.swift index acc41beb..32e6b4c4 100644 --- a/Package.swift +++ b/Package.swift @@ -18,7 +18,7 @@ let package = Package( targets: [ .binaryTarget( name: "PubNubChatRemoteBinaryPackage", - url: "https://github.com/pubnub/kmp-chat/releases/download/chat-v0.9.0/PubNubChat.xcframework.zip", + url: "https://github.com/pubnub/kmp-chat/releases/download/kotlin-v0.9.0/PubNubChat.xcframework.zip", checksum: "e043957bd849c7243085368c0e64607cec6dc2e8db6c863f1a80c025d11f6497" ) ]