From d6bffd82dc21294202910b50d8a6cef3ca0f7c8a Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Wed, 11 Feb 2026 12:23:28 +0100 Subject: [PATCH] fix release-binaries.yml workflow --- .github/workflows/release-binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-binaries.yml b/.github/workflows/release-binaries.yml index 8fee841..baf46eb 100644 --- a/.github/workflows/release-binaries.yml +++ b/.github/workflows/release-binaries.yml @@ -5,7 +5,7 @@ permissions: on: release: - types: [created] + types: [published] jobs: upload-assets: