Only download latest ffxiv exes if there is a new patch

This commit is contained in:
Flawed
2026-03-11 21:53:24 -07:00
parent 4ba7cfaea1
commit 8bfa266661
+7 -7
View File
@@ -15,13 +15,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v6
- name: Download Latest ffxiv_dx11.exe
id: downloader-latest
uses: WorkingRobot/ffxiv-downloader@v8
with:
output-path: latest
regex: '^ffxiv_dx11\.exe$'
- name: Set up Python
uses: actions/setup-python@v6
with:
@@ -33,6 +26,13 @@ jobs:
if: steps.downloader-latest.outputs.updated == 'true' || github.event_name == 'workflow_dispatch'
run: python automation/ffxiv_info.py >> $GITHUB_OUTPUT
- name: Download Latest ffxiv_dx11.exe
id: downloader-latest
uses: WorkingRobot/ffxiv-downloader@v8
with:
output-path: latest
regex: '^ffxiv_dx11\.exe$'
- name: Download Previous ffxiv_dx11.exe
if: steps.versions.outputs.is_new == 'true'
uses: WorkingRobot/ffxiv-downloader@v8