From b90b40890e44a029a69c7fad1a71a4186e238f27 Mon Sep 17 00:00:00 2001 From: DreamEnderKing <58102615+DreamEnderKing@users.noreply.github.com> Date: Sat, 11 May 2024 02:13:50 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E2=9C=A8=20Auto=20deploy=20to=20cos=20bu?= =?UTF-8?q?cket.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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