Skip to content

Commit 7955424

Browse files
committed
[rust] Change home path in Linux and macOS
1 parent 950f9f1 commit 7955424

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,12 @@ jobs:
199199
uses: actions/upload-artifact@v4
200200
with:
201201
name: recordings-linux
202-
path: ~/.cache/selenium/recordings/*.avi
202+
path: /home/runner/.cache/selenium/recordings/*.avi
203203
retention-days: 6
204204
- name: Save recordings (macOS)
205205
if: inputs.save-recordings && inputs.os == 'macos'
206206
uses: actions/upload-artifact@v4
207207
with:
208208
name: recordings-macos
209-
path: ~/.cache/selenium/recordings/*.avi
209+
path: /home/runner/.cache/selenium/recordings/*.avi
210210
retention-days: 6

0 commit comments

Comments
 (0)