Skip to content

Commit

Permalink
CD DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 13, 2022
1 parent a90dbec commit 5d1ca31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion share/const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5d1ca31

Please sign in to comment.