diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a44dfb3d..ca871a30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -120,4 +120,4 @@ jobs: - name: Upload To SV run: | - coscmd upload ./dist/release/* /archives/ + coscmd -d upload ./dist/release/* /archives/ diff --git a/share/const.go b/share/const.go index 19af437c..1cccdebd 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 12 +// MacOS 制品 -> debug 13 // VERSION 版本号 const VERSION = "0.9.1"