More robust hotfix version handling in automation

This commit is contained in:
Flawed
2026-03-11 21:50:14 -07:00
parent 1c3a2e2ffe
commit 4ba7cfaea1
2 changed files with 70 additions and 46 deletions
+3 -3
View File
@@ -37,7 +37,7 @@ jobs:
if: steps.versions.outputs.is_new == 'true'
uses: WorkingRobot/ffxiv-downloader@v8
with:
version: ${{ steps.versions.outputs.date_prev }}
version: ${{ steps.versions.outputs.thaliak_version_prev }}
output-path: previous
regex: '^ffxiv_dx11\.exe$'
@@ -78,8 +78,8 @@ jobs:
uses: peter-evans/create-pull-request@v8
with:
token: ${{ secrets.GITHUB_TOKEN }}
commit-message: "Update for ${{ steps.versions.outputs.retail_new }} (${{ steps.versions.outputs.date_new }})"
title: "Update for ${{ steps.versions.outputs.retail_new }} (${{ steps.versions.outputs.date_new }})"
commit-message: "Update for ${{ steps.versions.outputs.retail_new }} (${{ steps.versions.outputs.thaliak_version_new }})"
title: "Update for ${{ steps.versions.outputs.retail_new }} (${{ steps.versions.outputs.thaliak_version_new }})"
body: |
This automatic update contains the following changes:
- Updated `ffxiv_versions_global.json`