Include Windows artifacts for all builds, not just nightlies.
Austin S. Hemmelgarn committed
Nov 7, 2024 at 14:56 UTC
24fe8eef9082aa9daca534c449e827656a539b0e
1 file changed
+1
-1
.github/workflows/build.yml
+1
-1
@@ -416,7 +416,7 @@ jobs:
416
attempt_delay: 2000
417
- name: Retrieve Windows Artifacts
418
id: fetch-windows
419
- if: needs.file-check.outputs.run == 'true' && github.event_name == 'workflow_dispatch' && github.event.inputs.type == 'nightly'
419
+ if: needs.file-check.outputs.run == 'true'
420
uses: Wandalen/wretry.action@v3
421
with:
422
action: actions/download-artifact@v4