Skip to content

Commit 228a21d

Browse files
authored
Update test.yml
1 parent 70591b7 commit 228a21d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,11 +228,11 @@ jobs:
228228
echo "Listing all screenshots folders:"
229229
find ${{ github.workspace }} -type d -name screenshots || true
230230
shell: bash
231+
231232
- name: Upload Screenshots
232233
uses: actions/upload-artifact@v4
233234
if: always()
234235
with:
235-
name: screenshots-macos-${{ matrix.version }}
236-
path: .vscode-test/test-resources/screenshots
237-
if-no-files-found: ignore
238-
236+
name: screenshots-${{ runner.os }}-${{ matrix.version }}
237+
path: ${{ github.workspace }}/**/screenshots/
238+
if-no-files-found: ignore

0 commit comments

Comments
 (0)