cos debug

This commit is contained in:
Max 2022-02-13 09:30:10 +08:00
parent 6024e88175
commit 19d1f2ad20
2 changed files with 6 additions and 1 deletions

View file

@ -113,6 +113,11 @@ jobs:
run: |
coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION
- name: Debug Query
run: |
ls -l ./dist/release/
coscmd upload -h
- name: Upload To SV
run: |
coscmd upload ./dist/release/* /archives/

View file

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