Skip to content

Commit e0bd37d

Browse files
committed
build: add manual Nexus upload with curl
1 parent cc25489 commit e0bd37d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

buildSrc/scripts/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,7 @@ publish_natives "windows"
4242
publish_natives "linux"
4343
publish_natives "macos"
4444

45+
echo "> Nexus manual upload..."
46+
curl -D - -X POST -u "${NEXUS_UPD_ID}:${NEXUS_UPD_PASS}" "https://ossrh-staging-api.central.sonatype.com/manual/upload/defaultRepository/io.github.spair"
47+
4548
echo "All modules and natives published successfully."

0 commit comments

Comments
 (0)