diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bd088bc..95e86c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -207,4 +207,4 @@ jobs: asset_path: ubpkg-windows-latest/ubpkg.exe asset_name: ubpkg.exe asset_content_type: application/x-executable - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && github.event_name == 'push'