parent
c21698a98e
commit
c91edfeb17
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
|
@ -23,11 +23,11 @@ jobs:
|
||||||
SYSTEM: ${{ matrix.system }}
|
SYSTEM: ${{ matrix.system }}
|
||||||
|
|
||||||
- name: Prepare release artifact
|
- name: Prepare release artifact
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
run: cp result/bin/mkv mkv-${{ matrix.system }}
|
run: cp result/bin/mkv mkv-${{ matrix.system }}
|
||||||
|
|
||||||
- name: Create release
|
- name: Create release
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
if: startsWith(github.ref, 'refs/tags/')
|
||||||
uses: softprops/action-gh-release@v2
|
uses: softprops/action-gh-release@v2
|
||||||
with:
|
with:
|
||||||
files: mkv-${{ matrix.system }}
|
files: mkv-${{ matrix.system }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue