push file

This commit is contained in:
Max 2022-02-13 10:00:15 +08:00
parent fcfdab0498
commit 351fab05b2
2 changed files with 2 additions and 2 deletions

View file

@ -119,4 +119,4 @@ jobs:
- name: Upload To SV
run: |
coscmd -d upload ./dist/release/* /archives/
for file in ./dist/release/*; do coscmd -d upload $file /archives/; done;

View file

@ -4,7 +4,7 @@ package share
// session -> freeport fix bug
// 更新制品目录 -> ui/downloads
// Arm64 制品 -> arm build test
// MacOS 制品 -> debug 14
// MacOS 制品 -> debug 15
// VERSION 版本号
const VERSION = "0.9.1"