From 68099b684f356f390264b70a8b26ed7d4c0f85c2 Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 4 Mar 2024 14:14:44 +0100 Subject: [PATCH] Fix release action (This was copied from a project with different branch names.) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'