Skip to content

Commit 3cb180e

Browse files
committed
Add GStreamer plugin, FFmpeg and RxTxApp artifacts
1 parent 24814f6 commit 3cb180e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/base_build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,11 @@ jobs:
7171
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7272
with:
7373
name: mtl-release-bin
74-
path: 'build/'
74+
path: |
75+
'build/'
76+
'ecosystem/gstreamer_plugin/builddir/'
77+
'FFmpeg/'
78+
'tests/tools/RxTxApp/build/'
7579
7680
ubuntu-ebpf-xdp-build:
7781
needs: changes

0 commit comments

Comments
 (0)