We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 950f9f1 commit 7955424Copy full SHA for 7955424
.github/workflows/bazel.yml
@@ -199,12 +199,12 @@ jobs:
199
uses: actions/upload-artifact@v4
200
with:
201
name: recordings-linux
202
- path: ~/.cache/selenium/recordings/*.avi
+ path: /home/runner/.cache/selenium/recordings/*.avi
203
retention-days: 6
204
- name: Save recordings (macOS)
205
if: inputs.save-recordings && inputs.os == 'macos'
206
207
208
name: recordings-macos
209
210
0 commit comments