We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70591b7 commit 228a21dCopy full SHA for 228a21d
.github/workflows/test.yml
@@ -228,11 +228,11 @@ jobs:
228
echo "Listing all screenshots folders:"
229
find ${{ github.workspace }} -type d -name screenshots || true
230
shell: bash
231
+
232
- name: Upload Screenshots
233
uses: actions/upload-artifact@v4
234
if: always()
235
with:
- name: screenshots-macos-${{ matrix.version }}
236
- path: .vscode-test/test-resources/screenshots
237
- if-no-files-found: ignore
238
-
+ name: screenshots-${{ runner.os }}-${{ matrix.version }}
+ path: ${{ github.workspace }}/**/screenshots/
+ if-no-files-found: ignore
0 commit comments