Jelajahi Sumber

better location for the "uploadToCentral.sh" script (#2536)

Stephen Gold 2 bulan lalu
induk
melakukan
1f9d606254
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 0 0
      .github/actions/tools/uploadToCentral.sh
  2. 2 2
      .github/workflows/main.yml

+ 0 - 0
uploadToCentral.sh → .github/actions/tools/uploadToCentral.sh


+ 2 - 2
.github/workflows/main.yml

@@ -384,7 +384,7 @@ jobs:
     if: github.event_name == 'release'
     steps:
 
-      # We need to clone everything again for uploadToMaven.sh ...
+      # We need to clone everything again for uploadToCentral.sh ...
       - name: Clone the repo
         uses: actions/checkout@v4
         with:
@@ -430,7 +430,7 @@ jobs:
               -PsigningPassword='${{ secrets.SIGNING_PASSWORD }}' \
               -PuseCommitHashAsVersionName=true \
               --console=plain --stacktrace
-            ./uploadToCentral.sh \
+            .github/actions/tools/uploadToCentral.sh \
               -p '${{ secrets.CENTRAL_PASSWORD }}' \
               -u '${{ secrets.CENTRAL_USERNAME }}'
           fi