Browse Source

auto commit 3.0.5

lith 3 years ago
parent
commit
fc06ed0036

+ 1 - 1
.github/workflows/action-main.yml

@@ -41,7 +41,7 @@ jobs:
            bash startup.bash
            echo build succeed!
            
-           echo "appName=sqler" >> $GITHUB_ENV
+           echo "appName=Sqler" >> $GITHUB_ENV
            
            
       - name: release_create

+ 1 - 1
Publish/DevOps/github-bash/71.file-zip.sh

@@ -9,7 +9,7 @@ export basePath=/root/temp/svn
 
 export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
 
-export name=ServiceAdaptor
+export name=Sqler
 
 # "
 

+ 1 - 1
Publish/DevOps/github-bash/75.github-push-to-serset-release.sh

@@ -9,7 +9,7 @@ export basePath=/root/temp/svn
 
 export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
 
-export name=ServiceAdaptor
+export name=Sqler
 
 export export GIT_SSH_SECRET=xxxxxx
 

+ 1 - 1
Publish/DevOps/github-bash/76.github-push-release.sh

@@ -9,7 +9,7 @@ export basePath=/root/temp/svn
 
 export version=`grep '<Version>' $(grep '<pack>\|<publish>' ${basePath} -r --include *.csproj -l | head -n 1) | grep -oP '>(.*)<' | tr -d '<>'`
 
-export name=ServiceAdaptor
+export name=Sqler
 
 # "