We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18bdbfc commit 099defeCopy full SHA for 099defe
1 file changed
.github/workflows/deploy.yml
@@ -38,7 +38,7 @@ jobs:
38
uses: dawidd6/action-download-artifact@v6
39
with:
40
workflow: dotnet.yml
41
- branch: main
+ branch: master
42
name_pattern: ICSharpCode.CodeConverter.Web.*.zip
43
path: site
44
@@ -47,7 +47,7 @@ jobs:
47
48
49
50
51
name_pattern: ICSharpCode.CodeConverter*
52
path: release-artifacts
53
merge-multiple: true
0 commit comments