Replace / by _ to name log files
This commit is contained in:
parent
a22ca06f37
commit
ab479722e3
4
.github/workflows/automated-tests.yml
vendored
4
.github/workflows/automated-tests.yml
vendored
@ -329,12 +329,12 @@ jobs:
|
||||
- if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bbb-configs-${{ matrix.shard }}
|
||||
name: bbb-configs-$(echo "${{ matrix.shard }}" | tr '/' '_')
|
||||
path: configs
|
||||
- if: failure()
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: bbb-logs-${{ matrix.shard }}
|
||||
name: bbb-logs-$(echo "${{ matrix.shard }}" | tr '/' '_')
|
||||
path: ./bbb-logs.tar.gz
|
||||
upload-report:
|
||||
if: always()
|
||||
|
Loading…
Reference in New Issue
Block a user