Skip to content

Commit 6c910f9

Browse files
committed
fix suffix
1 parent 3d4c23c commit 6c910f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,15 +558,15 @@ jobs:
558558
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
559559
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
560560
with:
561-
name: failed-test-videos${{ matrix.variant.premium && '-premium' || '-agpl' }}
561+
name: failed-test-videos${{ matrix.variant.premium && '-premium' || '' }}
562562
path: ./site/test-results/**/*.webm
563563
retention-days: 7
564564

565565
- name: Upload pprof dumps
566566
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
567567
uses: actions/upload-artifact@604373da6381bf24206979c74d06a550515601b9 # v4.4.1
568568
with:
569-
name: debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '-agpl' }}
569+
name: debug-pprof-dumps${{ matrix.variant.premium && '-premium' || '' }}
570570
path: ./site/test-results/**/debug-pprof-*.txt
571571
retention-days: 7
572572

0 commit comments

Comments
 (0)