We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1978f commit cdf6620Copy full SHA for cdf6620
.github/workflows/datachannel_echo-test.yml
@@ -47,8 +47,7 @@ jobs:
47
- name: Upload result
48
uses: actions/upload-artifact@v4
49
with:
50
- name: results
51
- overwrite: true
+ name: results-${{ github.run_id }}
52
path: |
53
${{ matrix.server }}_${{ matrix.client }}_result.csv
54
.github/workflows/peerconnection-test.yml
@@ -67,8 +67,7 @@ jobs:
67
68
69
70
71
72
73
74
0 commit comments