Skip to content

Commit 099defe

Browse files
Wrong branch
1 parent 18bdbfc commit 099defe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: dawidd6/action-download-artifact@v6
3939
with:
4040
workflow: dotnet.yml
41-
branch: main
41+
branch: master
4242
name_pattern: ICSharpCode.CodeConverter.Web.*.zip
4343
path: site
4444

@@ -47,7 +47,7 @@ jobs:
4747
uses: dawidd6/action-download-artifact@v6
4848
with:
4949
workflow: dotnet.yml
50-
branch: main
50+
branch: master
5151
name_pattern: ICSharpCode.CodeConverter*
5252
path: release-artifacts
5353
merge-multiple: true

0 commit comments

Comments
 (0)