Undo
Some checks failed
CI / Build packages (push) Has been cancelled

This commit is contained in:
Silas Brack 2026-03-08 11:35:38 +01:00
parent c21698a98e
commit c91edfeb17

View file

@ -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 }}