Skip to content

Commit

Permalink
bump to v2.0.1 and fix darwin release (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihsai0 authored Jul 11, 2023
1 parent 23013fb commit 169772b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
- name: Upload Release Asset to Qiniu
run: |
set -e
./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"
./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"
env:
PUBLISH_BUCKET_NAME: ${{ secrets.PUBLISH_BUCKET_NAME }}
- name: Upload Release Asset
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kodo-browser",
"version": "2.0.0",
"version": "2.0.1",
"license": "Apache-2.0",
"author": {
"name": "Rong Zhou",
Expand Down

0 comments on commit 169772b

Please sign in to comment.