Skip to content

Commit

Permalink
Update actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeowZWR committed Sep 25, 2024
1 parent bd6e31c commit e5e3029
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release-brio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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
12 changes: 6 additions & 6 deletions Resources/Templates/repo.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5e3029

Please sign in to comment.