We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b7e06 commit 4ec793bCopy full SHA for 4ec793b
.github/workflows/release.yml
@@ -84,7 +84,8 @@ jobs:
84
- name: Prepare release assets
85
run: |
86
mkdir release_assets
87
- find artifacts \( -name '*Setup*.exe' -o -name '*Portable*.exe' -o -name '*.AppImage' -o -name 'latest*.yml' \) -exec cp {} release_assets/ \;
+ find artifacts \( -name '*Setup*.exe' -o -name '*Portable*.exe' -o -name '*.AppImage' -o -name 'latest*.yml' -o -name 'mediamtx*' \) -exec cp {} release_assets/ \;
88
+ find artifacts \( -name 'mediamtx' \) -exec cp {} release_assets/ \;
89
90
- name: List final release assets (after cleanup)
91
run: ls -R release_assets/
mediamtx/mediamtx
31.9 MB
0 commit comments