Skip to content

Commit 8f33355

Browse files
author
Addagada Raghuveer
committed
fixing the path issue
1 parent 8ae91e9 commit 8f33355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven_file_compare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
uses: actions/upload-artifact@v3
2727
with:
2828
name: file-compare-result
29-
path: target/test-classes/results.xlsx
29+
path: src/test/resources/results.xlsx

0 commit comments

Comments
 (0)