From 54a53ca82f41389eccc01303d4a41cee4e4b83ef Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 9 Feb 2022 23:28:13 +0800 Subject: [PATCH] v0.9.0 -> pre-publish --- .github/workflows/release.yml | 2 +- share/const.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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