commit c21698a98ee74c5ad5bbfd5cb906925b51a4ad27
parent a99b2a3fa5d152e64ec43724c1d15fb5b6f28a62
Author: Silas Brack <silasbrack@Silass-MacBook-Pro.local>
Date: Sun, 8 Mar 2026 11:28:42 +0100
Idk
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 }}