Skip to content

Commit e49e5fc

Browse files
committed
打包:0.6.0
1 parent ce2a8ac commit e49e5fc

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/workflows/main-build.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -91,15 +91,14 @@ jobs:
9191
echo "DIST_FILE_NAME=$DIST_FILE_NAME" >> $env:GITHUB_ENV
9292
9393
- name: Upload
94-
uses: modstart/github-kodo-action@master
94+
uses: modstart/github-oss-action@master
9595
with:
9696
title: ${{ github.event.head_commit.message }}
97-
accessKey: ${{ secrets.KODO_ACCESS_KEY }}
98-
secretKey: ${{ secrets.KODO_SECRET_KEY }}
99-
bucket: ${{ secrets.KODO_BUCKET }}
100-
domain: ${{ secrets.KODO_DOMAIN }}
101-
zone: ${{ secrets.KODO_ZONE }}
102-
callback: ${{ secrets.OSS_CALLBACK }}
97+
key-id: ${{ secrets.OSS_2_KEY_ID }}
98+
key-secret: ${{ secrets.OSS_2_KEY_SECRET }}
99+
region: ${{ secrets.OSS_2_REGION }}
100+
bucket: ${{ secrets.OSS_2_BUCKET }}
101+
callback: ${{ secrets.OSS_2_CALLBACK }}
103102
assets: |
104103
dist-release/*.exe:apps/focusany-${{ env.DIST_FILE_NAME }}/
105104
dist-release/*.dmg:apps/focusany-${{ env.DIST_FILE_NAME }}/

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "focusany",
3-
"version": "0.6.0-beta",
3+
"version": "0.6.0",
44
"main": "dist-electron/main/index.js",
55
"description": "FocusAny",
66
"author": "ModStartLib",

0 commit comments

Comments
 (0)