Skip to content

Commit 964e2e9

Browse files
committed
Fix dependency order in workflow
1 parent 8bfa266 commit 964e2e9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/minor_patch_diff.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323

2424
- name: Fetch Patch Info and Update Versions
2525
id: versions
26-
if: steps.downloader-latest.outputs.updated == 'true' || github.event_name == 'workflow_dispatch'
2726
run: python automation/ffxiv_info.py >> $GITHUB_OUTPUT
2827

2928
- name: Download Latest ffxiv_dx11.exe
30-
id: downloader-latest
29+
if: steps.versions.outputs.is_new == 'true'
3130
uses: WorkingRobot/ffxiv-downloader@v8
3231
with:
3332
output-path: latest

0 commit comments

Comments
 (0)