v0.9.0 -> pre-publish

This commit is contained in:
Max 2022-02-09 23:28:13 +08:00
parent bc9e2eced9
commit 54a53ca82f
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ jobs:
with: with:
src: ./dist/release/* src: ./dist/release/*
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
remote: ${{ secrets.SSH_PATH }} remote: /data/down/
port: ${{ secrets.SSH_PORT }} port: ${{ secrets.SSH_PORT }}
user: ${{ secrets.SSH_USER }} user: ${{ secrets.SSH_USER }}
key: ${{ secrets.SSH_KEY }} key: ${{ secrets.SSH_KEY }}

View file

@ -1,7 +1,7 @@
package share package share
// VERSION 版本号 // VERSION 版本号
const VERSION = "0.8.0" const VERSION = "0.9.0"
// BUILDIN 应用打包成一个制品 // BUILDIN 应用打包成一个制品
const BUILDIN = false const BUILDIN = false