We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0a6d5a commit 0e30b84Copy full SHA for 0e30b84
publishing/lightning-kmp-snapshot-deploy.sh
@@ -21,9 +21,9 @@ mvn deploy:deploy-file -DrepositoryId=ossrh -Durl=https://oss.sonatype.org/conte
21
-Djavadoc=$ARTIFACT_ID_BASE-$VERSION-javadoc.jar
22
popd
23
pushd .
24
-for i in iosarm64 iosx64 jvm linuxx64; do
+for i in iosarm64 iossimulatorarm64 iosx64 jvm linuxx64; do
25
cd fr/acinq/lightning/lightning-kmp-$i/$VERSION
26
- if [ $i == iosarm64 ] || [ $i == iosx64 ]; then
+ if [ $i == iosarm64 ] || [ $i == iossimulatorarm64 ] || [ $i == iosx64 ]; then
27
mvn deploy:deploy-file -DrepositoryId=ossrh -Durl=https://oss.sonatype.org/content/repositories/snapshots/ \
28
-DpomFile=$ARTIFACT_ID_BASE-$i-$VERSION.pom \
29
-Dfile=$ARTIFACT_ID_BASE-$i-$VERSION.klib \
0 commit comments