We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bfa266 commit 964e2e9Copy full SHA for 964e2e9
1 file changed
.github/workflows/minor_patch_diff.yml
@@ -23,11 +23,10 @@ jobs:
23
24
- name: Fetch Patch Info and Update Versions
25
id: versions
26
- if: steps.downloader-latest.outputs.updated == 'true' || github.event_name == 'workflow_dispatch'
27
run: python automation/ffxiv_info.py >> $GITHUB_OUTPUT
28
29
- name: Download Latest ffxiv_dx11.exe
30
- id: downloader-latest
+ if: steps.versions.outputs.is_new == 'true'
31
uses: WorkingRobot/ffxiv-downloader@v8
32
with:
33
output-path: latest
0 commit comments