Fix dependency order in workflow

This commit is contained in:
Flawed
2026-03-11 21:55:47 -07:00
parent 8bfa266661
commit 964e2e909d
+1 -2
View File
@@ -23,11 +23,10 @@ jobs:
- name: Fetch Patch Info and Update Versions - name: Fetch Patch Info and Update Versions
id: versions id: versions
if: steps.downloader-latest.outputs.updated == 'true' || github.event_name == 'workflow_dispatch'
run: python automation/ffxiv_info.py >> $GITHUB_OUTPUT run: python automation/ffxiv_info.py >> $GITHUB_OUTPUT
- name: Download Latest ffxiv_dx11.exe - name: Download Latest ffxiv_dx11.exe
id: downloader-latest if: steps.versions.outputs.is_new == 'true'
uses: WorkingRobot/ffxiv-downloader@v8 uses: WorkingRobot/ffxiv-downloader@v8
with: with:
output-path: latest output-path: latest