diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 471f901b..2ed2e551 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -91,7 +91,7 @@ jobs: with: src: ./dist/release/* host: ${{ secrets.SSH_HOST }} - remote: ${{ secrets.SSH_PATH }} + remote: /data/down/ port: ${{ secrets.SSH_PORT }} user: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} diff --git a/share/const.go b/share/const.go index b2d6c43d..bea717c2 100644 --- a/share/const.go +++ b/share/const.go @@ -1,7 +1,7 @@ package share // VERSION 版本号 -const VERSION = "0.8.0" +const VERSION = "0.9.0" // BUILDIN 应用打包成一个制品 const BUILDIN = false