Hello š
I am trying KMMBridge and I am running the following issue when running kmmBridgePublish.
It failed in GitHub Actions and in my local env.
Execution failed for task ':uploadXCFramework'.
okhttp3.internal.http2.StreamResetException: stream was reset: CANCEL
k
kpgalligan
10/22/2022, 2:46 PM
What's your config setup?
c
Carlos Monzon
10/23/2022, 12:09 AM
Looks like I found the issue but not sure why it failed.
This was my configuration:
Copy code
kmmbridge {
githubReleaseArtifacts("release-") // <-- issue with artifactRelease name
githubReleaseVersions()
spm()
versionPrefix.set("0.1")
}