Skip to content

Commit 084d445

Browse files
* Fix issue with the artifact path
1 parent 1978f58 commit 084d445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
if: always()
2727
run: |
2828
mkdir -p artifacts
29-
cp -r ./service/build/reports ./artifacts
29+
cp -r ./build/reports ./artifacts
3030
3131
- name: Upload Artifacts
3232
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)