We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c11bee4 commit 76ba173Copy full SHA for 76ba173
1 file changed
.github/workflows/test-scripts.yml
@@ -157,7 +157,7 @@ jobs:
157
with:
158
name: browserstack-logs-macos
159
path: |
160
- ~/.browserstack/NOW/logs/
+ /Users/runner/.browserstack/NOW/logs/
161
/tmp/run_test_*.log
162
retention-days: 30
163
@@ -439,7 +439,7 @@ jobs:
439
440
name: browserstack-logs-linux
441
442
- $HOME/.browserstack/NOW/logs/
+ /home/runner/.browserstack/NOW/logs/
443
444
445
if-no-files-found: ignore
0 commit comments