We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924687b commit a4daeeaCopy full SHA for a4daeea
.github/workflows/main-build.yml
@@ -97,6 +97,7 @@ jobs:
97
key-secret: ${{ secrets.OSS_2_KEY_SECRET }}
98
region: ${{ secrets.OSS_2_REGION }}
99
bucket: ${{ secrets.OSS_2_BUCKET }}
100
+ callbackUrlSign: ${{ secrets.OSS_2_CALLBACK_URL_SIGN }}
101
callback: ${{ secrets.OSS_2_CALLBACK }}
102
assets: |
103
dist-release/*.exe:apps/aigcpanel-${{ env.DIST_FILE_NAME }}/
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "aigcpanel",
3
- "version": "0.13.0",
+ "version": "0.14.0",
4
"main": "dist-electron/main/index.js",
5
"description": "一站式AI数字人系统",
6
"author": "ModStartLib",
0 commit comments