File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 7070 if : always()
7171 with :
7272 name : screenshots-${{ matrix.os }}-${{ matrix.version }}
73- path : ./vscode-test/test-resources /screenshots
73+ path : ${{ github.workspace }}/s /screenshots
7474 if-no-files-found : ignore
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180180 if : always()
181181 with :
182182 name : screenshots-linux-${{ matrix.version }}
183- path : .vscode-test/test-resources /screenshots
183+ path : ${{ github.workspace }}/s /screenshots
184184 if-no-files-found : ignore
185185
186186 test-ui-windows :
@@ -203,7 +203,7 @@ jobs:
203203 if : always()
204204 with :
205205 name : screenshots-windows-${{ matrix.version }}
206- path : .vscode-test/test-resources /screenshots
206+ path : ${{ github.workspace }}/s /screenshots
207207 if-no-files-found : ignore
208208
209209 test-ui-macos :
@@ -226,5 +226,5 @@ jobs:
226226 if : always()
227227 with :
228228 name : screenshots-macos-${{ matrix.version }}
229- path : .vscode-test/test-resources /screenshots
229+ path : ${{ github.workspace }}/s /screenshots
230230 if-no-files-found : ignore
You can’t perform that action at this time.
0 commit comments