Explorar el Código

rename bintray.sh -> minio.sh

Stephen Gold hace 4 años
padre
commit
2e4b0e8d91
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 0 0
      .github/actions/tools/minio.sh
  2. 2 2
      .github/workflows/main.yml

+ 0 - 0
.github/actions/tools/bintray.sh → .github/actions/tools/minio.sh


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

@@ -229,7 +229,7 @@ jobs:
 
       - name: Deploy natives snapshot
         run: |
-          source .github/actions/tools/bintray.sh
+          source .github/actions/tools/minio.sh
           NATIVE_CHANGES="yes"
           branch="${GITHUB_REF//refs\/heads\//}"
           if [ "$branch" != "" ];
@@ -259,7 +259,7 @@ jobs:
               then
                 echo "Configure the OBJECTS_KEY secret to enable natives snapshot deployment to MinIO"
               else
-                # Deploy natives snapshot to a MinIO instance using function in bintray.sh
+                # Deploy natives snapshot to a MinIO instance using function in minio.sh
                 minio_uploadFile dist/jme3-natives.zip \
                   native-snapshots/$GITHUB_SHA/jme3-natives.zip \
                   https://objects.jmonkeyengine.org \