From 8ff8fea78533bf688975b270f5c3a96010cf73de Mon Sep 17 00:00:00 2001 From: isaacakakpo1 Date: Sun, 10 Mar 2024 14:03:48 +0000 Subject: [PATCH] Change Xcframework zip name --- .github/workflows/deploy-with-kmm-bridge.yml | 6 +++--- shared/build.gradle.kts | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy-with-kmm-bridge.yml b/.github/workflows/deploy-with-kmm-bridge.yml index 90e1560..6be971b 100644 --- a/.github/workflows/deploy-with-kmm-bridge.yml +++ b/.github/workflows/deploy-with-kmm-bridge.yml @@ -101,7 +101,7 @@ jobs: - name: Zip XCFramework - run: zip -r ${{ steps.autoversion.outputs.nextVersion }}.zip /Users/runner/work/janus-message-sdk/janus-message-sdk/shared/build/cocoapods/publish/release + run: zip -r JanusMessageSdk.xcframework.zip /Users/runner/work/janus-message-sdk/janus-message-sdk/shared/build/cocoapods/publish/release - name: Upload Artifact uses: actions/upload-artifact@v2 @@ -130,8 +130,8 @@ jobs: uses: actions/upload-release-asset@v1 with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ${{ steps.autoversion.outputs.nextVersion }}.zip - asset_name: ${{ steps.autoversion.outputs.nextVersion }}.zip + asset_path: JanusMessageSdk.xcframework.zip + asset_name: JanusMessageSdk.xcframework.zip asset_content_type: application/zip diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 65f896a..050e7dc 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -37,7 +37,7 @@ kotlin { version = "0.7.2" license = "{ :type => 'MIT', :file => 'LICENSE' }" authors = "{ 'Telnyx' => 'cocoapods@telnyx.com' }" - source = "{ :git => 'https://github.com/team-telnyx/janus-message-sdk.git', :tag => '#{spec.version}' }" + source = "{ :http => 'https://github.com/team-telnyx/janus-message-sdk/releases/download/0.7.10/JanusMessageSdk.xcframework.zip', :type => 'zip' }" ios.deploymentTarget = "14.1" podfile = project.file("../iosApp/Podfile") framework {