From 19d1f2ad20f3f55d86ae8ec084c4580610b97680 Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 13 Feb 2022 09:30:10 +0800 Subject: [PATCH] cos debug --- .github/workflows/release.yml | 5 +++++ share/const.go | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 15565ae3..a44dfb3d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/ diff --git a/share/const.go b/share/const.go index f63f4b56..19af437c 100644 --- a/share/const.go +++ b/share/const.go @@ -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"