We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15fe26b commit e34d9d9Copy full SHA for e34d9d9
.github/workflows/build.yml
@@ -49,7 +49,7 @@ jobs:
49
run: Copy-Item -Path DotNetFileInfo\bin\Release\net8.0-windows\* -Destination C:\builtfiles\DotNetFileInfo -Recurse
50
51
- uses: actions/upload-artifact@v4.3.3
52
- if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
+ if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
53
with:
54
name: DotNetFileInfo
55
path: C:\builtfiles\DotNetFileInfo
0 commit comments