Skip to content

Commit fda25cf

Browse files
committed
Address comments
1 parent 22d4a61 commit fda25cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/samples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
$exePath = Join-Path $PWD ${{ matrix.sample.name }}.exe
135135
& $exePath demo-stream-producer-cpp-${{ matrix.runner.id }}-ci-${{ matrix.sample.name }} ${{ matrix.sample.args }}
136136
137-
- name: Verify MKV dump (Mac & Linux)
137+
- name: Verify MKV dump exists (Mac & Linux)
138138
if: runner.os == 'Linux' || runner.os == 'macOS'
139139
working-directory: ./build/debug_output
140140
run: |
@@ -153,7 +153,7 @@ jobs:
153153
done
154154
shell: bash
155155

156-
- name: Verify MKV dump (Windows)
156+
- name: Verify MKV dump exists (Windows)
157157
if: runner.os == 'Windows'
158158
working-directory: D:\producer\build
159159
run: |
@@ -271,7 +271,7 @@ jobs:
271271
272272
shell: bash
273273

274-
- name: Verify MKV dump
274+
- name: Verify MKV dump exists
275275
working-directory: ./build/debug_output
276276
run: |
277277
shopt -s nullglob # Ensure globbing works correctly and avoids errors when no files are found

0 commit comments

Comments
 (0)