Skip to content

Commit

Permalink
branch is called main
Browse files Browse the repository at this point in the history
  • Loading branch information
jogibear9988 committed Jun 19, 2024
1 parent 15fe26b commit e34d9d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
run: Copy-Item -Path DotNetFileInfo\bin\Release\net8.0-windows\* -Destination C:\builtfiles\DotNetFileInfo -Recurse

- uses: actions/[email protected]
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/')
with:
name: DotNetFileInfo
path: C:\builtfiles\DotNetFileInfo
Expand Down

0 comments on commit e34d9d9

Please sign in to comment.