cos debug
This commit is contained in:
parent
6024e88175
commit
19d1f2ad20
2 changed files with 6 additions and 1 deletions
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
|
|
@ -113,6 +113,11 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION
|
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
|
- name: Upload To SV
|
||||||
run: |
|
run: |
|
||||||
coscmd upload ./dist/release/* /archives/
|
coscmd upload ./dist/release/* /archives/
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ package share
|
||||||
// session -> freeport fix bug
|
// session -> freeport fix bug
|
||||||
// 更新制品目录 -> ui/downloads
|
// 更新制品目录 -> ui/downloads
|
||||||
// Arm64 制品 -> arm build test
|
// Arm64 制品 -> arm build test
|
||||||
// MacOS 制品 -> debug 11
|
// MacOS 制品 -> debug 12
|
||||||
|
|
||||||
// VERSION 版本号
|
// VERSION 版本号
|
||||||
const VERSION = "0.9.1"
|
const VERSION = "0.9.1"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue