Skip to content

Commit 9e5c581

Browse files
committed
GHW path
1 parent ceae214 commit 9e5c581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-scripts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ jobs:
157157
with:
158158
name: browserstack-logs-macos
159159
path: |
160-
/Users/runner/.browserstack/NOW/logs/
160+
${{ github.workspace }}/.browserstack/NOW/logs/
161161
/tmp/run_test_*.log
162162
retention-days: 30
163163

@@ -439,7 +439,7 @@ jobs:
439439
with:
440440
name: browserstack-logs-linux
441441
path: |
442-
/home/runner/.browserstack/NOW/logs/
442+
${{ github.workspace }}/.browserstack/NOW/logs/
443443
/tmp/run_test_*.log
444444
retention-days: 30
445445
if-no-files-found: ignore

0 commit comments

Comments
 (0)