diff --git a/macBuildAndPublish-pure-tvos.sh b/macBuildAndPublish-pure-tvos.sh index d1cd8e4..1533e8d 100755 --- a/macBuildAndPublish-pure-tvos.sh +++ b/macBuildAndPublish-pure-tvos.sh @@ -2,7 +2,7 @@ set -e #!/bin/sh #this will hopefully download all konan dependancies that we use in the build scripts ./gradlew multiplatform-crypto-api:build -./gradlew multiplatform-crypto-delegated:publishTvosArm64PublicationToSnapshotRepository \ -multiplatform-crypto-delegated:publishTvosX64PublicationToSnapshotRepository +./gradlew multiplatform-crypto:publishTvosArm64PublicationToSnapshotRepository \ +multiplatform-crypto:publishTvosX64PublicationToSnapshotRepository set +e