Skip to content

Commit 384dfb0

Browse files
authored
${{ github.workspace }}
1 parent 27e2cf0 commit 384dfb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/presubmit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,5 +139,5 @@ jobs:
139139
with:
140140
name: build
141141
path: |
142-
**/build/reports/
143-
**/build/test-results/
142+
${{ github.workspace }}/build/reports/
143+
${{ github.workspace }}/build/test-results/

0 commit comments

Comments
 (0)