commit c91edfeb173cfb9338d798df6465e1d11e1bd93b
parent c21698a98ee74c5ad5bbfd5cb906925b51a4ad27
Author: Silas Brack <silasbrack@Silass-MacBook-Pro.local>
Date: Sun, 8 Mar 2026 11:35:38 +0100
Undo
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 }}