Skip to content

Commit

Permalink
ci: ✨ Auto deploy to cos bucket.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamEnderKing committed May 11, 2024
1 parent 40859fb commit b90b408
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
path: D:\a\publish\Installer_v${{ env.version }}.zip

0 comments on commit b90b408

Please sign in to comment.