Skip to content

Commit 93ae36b

Browse files
committed
Fixed filename in package step
1 parent 3985cc0 commit 93ae36b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/build-and-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Download flutter build artifact
7272
uses: actions/download-artifact@v4
7373
with:
74-
name: "OpenVINO-TestDrive-no-bindings-linux.zip"
74+
name: "OpenVINO-TestDrive-no-bindings-Linux.zip"
7575
path: flutter
7676

7777
- name: Combine artifacts
@@ -110,7 +110,7 @@ jobs:
110110
- name: Download flutter build artifact
111111
uses: actions/download-artifact@v4
112112
with:
113-
name: "OpenVINO-TestDrive-no-bindings-windows.zip"
113+
name: "OpenVINO-TestDrive-no-bindings-Windows.zip"
114114
path: flutter
115115

116116
- name: Combine artifacts
@@ -147,7 +147,7 @@ jobs:
147147
- name: Download flutter build artifact
148148
uses: actions/download-artifact@v4
149149
with:
150-
name: "OpenVINO-TestDrive-no-bindings-macos.zip"
150+
name: "OpenVINO-TestDrive-no-bindings-macOS.zip"
151151

152152
- name: Combine artifacts
153153
run: |

openvino_bindings/Dockerfile.ubuntu

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ RUN ./setup_opencv.sh
3030
COPY scripts/setup_ffmpeg.sh /scripts/setup_ffmpeg.sh
3131
RUN ./setup_ffmpeg.sh
3232

33+
RUN ls /opt/ffmpeg
34+
3335
RUN pip3 install numpy
3436

3537
COPY bazel /build/bazel

0 commit comments

Comments
 (0)