Skip to content

Commit dd7e883

Browse files
committed
Fix actions publish
1 parent ece0c82 commit dd7e883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ jobs:
357357
release:
358358
runs-on: ubuntu-latest
359359
needs: [build-win-lin]
360-
if: github.ref == 'refs/heads/master'
360+
if: github.ref == 'refs/heads/main'
361361
steps:
362362
- uses: actions/checkout@v1
363363

0 commit comments

Comments
 (0)