Skip to content

Commit 7b32e6b

Browse files
committed
Fix blob report paths
1 parent 48a2a8c commit 7b32e6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
193193
with:
194194
name: blob-report-${{ matrix.project }}-${{ matrix.runner }}
195-
path: blob-report
195+
path: apps/web/blob-report
196196
retention-days: 1
197197
if-no-files-found: error
198198

.github/workflows/build_desktop_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
9696
with:
9797
name: blob-report-${{ inputs.artifact }}
98-
path: blob-report
98+
path: apps/desktop/blob-report
9999
retention-days: 1
100100
if-no-files-found: error
101101

0 commit comments

Comments
 (0)