Skip to content

Commit 10bdec4

Browse files
committed
Fix wrong workflow name in release workflow
1 parent b87b4b7 commit 10bdec4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-release-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Download DLL and PDB files
2323
uses: dawidd6/action-download-artifact@v2
2424
with:
25-
workflow: tests.yml
25+
workflow: windows-tests.yml
2626
workflow_conclusion: success
2727
commit: ${{ github.sha }}
2828
# Note: keep this in sync with the uploaded artifact name in windows-tests.yml

0 commit comments

Comments
 (0)