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 48a2a8c commit 7b32e6bCopy full SHA for 7b32e6b
2 files changed
.github/workflows/build-and-test.yaml
@@ -192,7 +192,7 @@ jobs:
192
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
193
with:
194
name: blob-report-${{ matrix.project }}-${{ matrix.runner }}
195
- path: blob-report
+ path: apps/web/blob-report
196
retention-days: 1
197
if-no-files-found: error
198
.github/workflows/build_desktop_test.yaml
@@ -95,7 +95,7 @@ jobs:
95
96
97
name: blob-report-${{ inputs.artifact }}
98
+ path: apps/desktop/blob-report
99
100
101
0 commit comments