v0.9.0 -> pre-publish
This commit is contained in:
parent
bc9e2eced9
commit
54a53ca82f
2 changed files with 2 additions and 2 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
package share
|
||||
|
||||
// VERSION 版本号
|
||||
const VERSION = "0.8.0"
|
||||
const VERSION = "0.9.0"
|
||||
|
||||
// BUILDIN 应用打包成一个制品
|
||||
const BUILDIN = false
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue