Skip to content

Commit 169772b

Browse files
authored
bump to v2.0.1 and fix darwin release (#161)
1 parent 23013fb commit 169772b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Upload Release Asset to Qiniu
149149
run: |
150150
set -e
151-
./qshell rput --resumable-api-v2 --overwrite "$PUBLISH_BUCKET_NAME" "kodo-browser-Mac OS-${{ steps.vars.outputs.tag }}.zip" "./build/kodo-browser-linux-x64-${{ steps.vars.outputs.tag }}.zip"
151+
./qshell rput --resumable-api-v2 --overwrite "$PUBLISH_BUCKET_NAME" "kodo-browser-Mac OS-${{ steps.vars.outputs.tag }}.zip" "./build/kodo-browser-darwin-x64-${{ steps.vars.outputs.tag }}.zip"
152152
env:
153153
PUBLISH_BUCKET_NAME: ${{ secrets.PUBLISH_BUCKET_NAME }}
154154
- name: Upload Release Asset

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kodo-browser",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"license": "Apache-2.0",
55
"author": {
66
"name": "Rong Zhou",

0 commit comments

Comments
 (0)