Skip to content

Commit

Permalink
Search for matching artifact in any of the last completed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
theotherp committed Nov 20, 2023
1 parent 708101e commit 269a2e5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/system-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,9 @@ jobs:
uses: dawidd6/action-download-artifact@v2
with:
name: coreWindows
#Search for matching artifact in any of the last completed workflows
search_artifacts: true
workflow_conclusion: 'completed'

# - name: "Start NZBHydra"
# # Produces "The specified executable is not a valid application for this OS platform." on GH runner.
Expand Down

0 comments on commit 269a2e5

Please sign in to comment.