From c21698a98ee74c5ad5bbfd5cb906925b51a4ad27 Mon Sep 17 00:00:00 2001 From: Silas Brack Date: Sun, 8 Mar 2026 11:28:42 +0100 Subject: [PATCH] Idk --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e45b5f9..b666665 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,11 +23,11 @@ jobs: SYSTEM: ${{ matrix.system }} - name: Prepare release artifact - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') run: cp result/bin/mkv mkv-${{ matrix.system }} - name: Create release - if: startsWith(github.ref, 'refs/tags/') + # if: startsWith(github.ref, 'refs/tags/') uses: softprops/action-gh-release@v2 with: files: mkv-${{ matrix.system }}