From e5e30292c55da0c77bd84d404d2622c9166e1122 Mon Sep 17 00:00:00 2001 From: MeowZ#WR Date: Wed, 25 Sep 2024 17:20:44 +0800 Subject: [PATCH] Update actions. --- .github/workflows/release-brio.yml | 8 ++++---- Resources/Templates/repo.tmpl | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release-brio.yml b/.github/workflows/release-brio.yml index e94b3829..65d325c5 100644 --- a/.github/workflows/release-brio.yml +++ b/.github/workflows/release-brio.yml @@ -45,11 +45,11 @@ jobs: with: allowUpdates: true artifacts: "./Brio.zip" - name: Brio v${{ github.event.inputs.version }} - tag: v${{ github.event.inputs.version }} + name: Brio global${{ github.event.inputs.version }} + tag: global${{ github.event.inputs.version }} draft: false token: ${{ secrets.GITHUB_TOKEN }} - commit: ${{ vars.GITHUB_SHA }} + commit: ${{ github.sha }} - name: Update repo.json run: | @@ -63,5 +63,5 @@ jobs: $content = $content -replace '{version}',$ver set-content -Path $new_path -Value $content git add repo.json - git commit -m "[CI] Updating versions for v${{ github.event.inputs.version }}" || true + git commit -m "[CI] Updating versions for global${{ github.event.inputs.version }}" || true git push origin main || true diff --git a/Resources/Templates/repo.tmpl b/Resources/Templates/repo.tmpl index 0eaa580c..d725f1ec 100644 --- a/Resources/Templates/repo.tmpl +++ b/Resources/Templates/repo.tmpl @@ -2,18 +2,18 @@ { "Author": "Asgard, Minmoose and Contributors", "Name": "Brio", - "Punchline": "Enhanced GPosing.", - "Description": "Control actors during GPose sessions.", + "Punchline": "增强集体动作体验。", + "Description": "在集体动作模式中控制参与的角色。", "InternalName": "Brio", "AssemblyVersion": "{version}", "TestingAssemblyVersion": "{version}", "RepoUrl": "https://github.com/Etheirys/Brio", "ApplicableVersion": "any", "DalamudApiLevel": 10, - "DownloadLinkInstall": "https://github.com/Etheirys/Brio/releases/download/v{version}/Brio.zip", - "DownloadLinkTesting": "https://github.com/Etheirys/Brio/releases/download/v{version}/Brio.zip", - "DownloadLinkUpdate": "https://github.com/Etheirys/Brio/releases/download/v{version}/Brio.zip", - "IconUrl": "https://raw.githubusercontent.com/Etheirys/Brio/main/Resources/Images/BrioIcon.png", + "DownloadLinkInstall": "https://meowrs.com/https://github.com/MeowZWR/Brio/releases/download/global{version}/Brio.zip", + "DownloadLinkTesting": "https://meowrs.com/https://github.com/MeowZWR/Brio/releases/download/global{version}/Brio.zip", + "DownloadLinkUpdate": "https://meowrs.com/https://github.com/MeowZWR/Brio/releases/download/global{version}/Brio.zip", + "IconUrl": "https://meowrs.com/https://raw.githubusercontent.com/MeowZWR/Brio/main/Resources/Images/BrioIcon.png", "Tags": [ "gpose", "brio",