Skip to content

Commit dc9dccd

Browse files
committed
fix storing artifacts from failed screenshot tests
1 parent 5624836 commit dc9dccd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: ${{ failure() }}
5858
with:
5959
name: shots-results
60-
path: ui/out/failures
60+
path: ui/build/paparazzi/failures
6161
- name: Build Dokka HTML
6262
if: ${{ github.ref == 'refs/heads/main' }}
6363
run: |

0 commit comments

Comments
 (0)