Skip to content

Commit e34d9d9

Browse files
committed
branch is called main
1 parent 15fe26b commit e34d9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: Copy-Item -Path DotNetFileInfo\bin\Release\net8.0-windows\* -Destination C:\builtfiles\DotNetFileInfo -Recurse
5050

5151
- uses: actions/upload-artifact@v4.3.3
52-
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
52+
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
5353
with:
5454
name: DotNetFileInfo
5555
path: C:\builtfiles\DotNetFileInfo

0 commit comments

Comments
 (0)