diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42a0119c8d..231648cdb9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,9 @@ jobs: SECRET_KEY: ${{ secrets.COS_KEY }} BUCKET: release-sv-1252011659 REGION: na-siliconvalley - run: coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION + run: | + coscmd config -a $SECRET_ID -s $SECRET_KEY -b $BUCKET -r $REGION - name: Upload To SV - run: coscmd upload ./dist/release/* /archives/ + run: | + coscmd upload ./dist/release/* /archives/ diff --git a/share/const.go b/share/const.go index c19b1c683a..8cae25b1a1 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 9 +// MacOS 制品 -> debug 10 // VERSION 版本号 const VERSION = "0.9.1"