diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6fc80948..7c978b31 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -6,7 +6,7 @@ on: branches: [dev, main, master] env: - version: 1.0.0.0 + version: 1.1.0.0 jobs: deploy-to-tencent-cos: @@ -56,4 +56,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: Installer_v${{ env.version }}.zip - path: D:\a\publish\Installer_v${{ env.version }}.zip \ No newline at end of file + path: D:\a\publish\Installer_v${{ env.version }}.zip