From 964e2e909d08d586a400768e531c1e33e7f77572 Mon Sep 17 00:00:00 2001 From: Flawed <33593723+ff14wed@users.noreply.github.com> Date: Wed, 11 Mar 2026 21:55:47 -0700 Subject: [PATCH] Fix dependency order in workflow --- .github/workflows/minor_patch_diff.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/minor_patch_diff.yml b/.github/workflows/minor_patch_diff.yml index 8bf636a..0aedc77 100644 --- a/.github/workflows/minor_patch_diff.yml +++ b/.github/workflows/minor_patch_diff.yml @@ -23,11 +23,10 @@ jobs: - name: Fetch Patch Info and Update Versions id: versions - 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 + if: steps.versions.outputs.is_new == 'true' uses: WorkingRobot/ffxiv-downloader@v8 with: output-path: latest