Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AsgardXIV committed Dec 8, 2022
2 parents 5871922 + acad339 commit 74d7038
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-xat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: josStorer/get-current-time@v2
id: version-date
with:
format: YYYY.MM.DD.kmm
format: YYYY.M.D.kmm

- name: Checkout
uses: actions/checkout@v2
Expand Down Expand Up @@ -100,4 +100,4 @@ jobs:
git fetch origin main && git fetch origin test && git checkout main
git add repo.json
git commit -m "[CI] Updating versions for ${{ steps.version-date.outputs.formattedTime }}" || true
git push origin main || true
git push origin main || true
10 changes: 5 additions & 5 deletions repo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"Name": "XAT",
"Description": "Create and edit animations and cutscenes",
"InternalName": "XAT.Plugin",
"AssemblyVersion": "2022.11.26.124",
"TestingAssemblyVersion": "2022.11.26.124",
"AssemblyVersion": "2022.12.7.2047",
"TestingAssemblyVersion": "2022.12.7.2047",
"RepoUrl": "https://github.com/AsgardXIV/XAT",
"ApplicableVersion": "any",
"DalamudApiLevel": 7,
Expand All @@ -16,9 +16,9 @@
"LoadPriority": 69420,
"LoadRequiredState": 2,
"LoadSync": true,
"DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip",
"DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip",
"DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.11.26.124/XAT-Dalamud-Plugin.zip",
"DownloadLinkInstall": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip",
"DownloadLinkTesting": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip",
"DownloadLinkUpdate": "https://github.com/AsgardXIV/XAT/releases/download/v2022.12.7.2047/XAT-Dalamud-Plugin.zip",
"IconUrl": "https://raw.githubusercontent.com/AsgardXIV/XAT/master/Resources/Images/XATIcon.png"
}
]

0 comments on commit 74d7038

Please sign in to comment.