Skip to content

Commit c02dcdb

Browse files
committed
Fix recording storage
1 parent eed0e07 commit c02dcdb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,18 +70,18 @@ jobs:
7070
with:
7171
name: linux-recordings
7272
path: |
73-
/home/runner/Downloads/*.webm
73+
*.webm
7474
- name: Store recordings on Windows
7575
if: always() && matrix.os == 'windows-latest'
7676
uses: actions/[email protected]
7777
with:
7878
name: win-recordings
7979
path: |
80-
C:\Users\runneradmin\Downloads\*.webm
80+
*.webm
8181
- name: Store recordings on macOS
8282
if: always() && matrix.os == 'macos-latest'
8383
uses: actions/[email protected]
8484
with:
8585
name: macos-recordings
8686
path: |
87-
/Users/runner/Downloads/*.webm
87+
*.webm

0 commit comments

Comments
 (0)