Hello :wave: I am trying KMMBridge and I am runni...
# touchlab-tools
c
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
What's your config setup?
c
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")
}
After removing the artifact release name worked fine ✅ I found that in this page https://touchlab.github.io/KMMBridge/general/GROOVY_BUILD_SCRIPTS
k
I’d also suggest looking at this update. publish to Github Packages instead! https://touchlab.co/quick-start-with-kmmbridge-1-hour-tutorial/