From 8bfa266661c65e7dff6732c8e883e04f73ec35e5 Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:53:07 -0700 Subject: [PATCH] Only download latest ffxiv exes if there is a new patch --- .github/workflows/minor_patch_diff.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/minor_patch_diff.yml b/.github/workflows/minor_patch_diff.yml index 7193758..8bf636a 100644 --- a/.github/workflows/minor_patch_diff.yml +++ b/.github/workflows/minor_patch_diff.yml @@ -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