Skip to content

Commit

Permalink
Add building artifacts for Ubuntu build (#343)
Browse files Browse the repository at this point in the history
* add build aritfacts

* reduce artifact size

* Update ubuntu-build.yml

Signed-off-by: Lukas G <[email protected]>

---------

Signed-off-by: Lukas G <[email protected]>
  • Loading branch information
zLukas authored Mar 3, 2025
1 parent 0328cc6 commit 082d805
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ubuntu-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ jobs:
./configure-ffmpeg.sh "7.0" --disable-doc --disable-debug && \
./build-ffmpeg.sh "7.0"
- name: 'upload media-proxy and mcm binaries'
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
with:
name: mcm-build
path: |
'${{ env.BUILD_DIR }}/mcm/bin/*'
'${{ env.BUILD_DIR }}/mcm/lib/*'
- name: 'Scanner: Send to VirusTotal for analysis'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
id: vt
Expand Down

0 comments on commit 082d805

Please sign in to comment.