Skip to content

Commit 4e282ae

Browse files
committed
Remove single quotes
1 parent 3cb180e commit 4e282ae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/base_build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ jobs:
7272
with:
7373
name: mtl-release-bin
7474
path: |
75-
'build/'
76-
'ecosystem/gstreamer_plugin/builddir/'
77-
'FFmpeg/'
78-
'tests/tools/RxTxApp/build/'
75+
build/
76+
ecosystem/gstreamer_plugin/builddir/
77+
FFmpeg/
78+
tests/tools/RxTxApp/build/
7979
8080
ubuntu-ebpf-xdp-build:
8181
needs: changes

0 commit comments

Comments
 (0)