Skip to content

Commit 3dea539

Browse files
committed
Missed an artifact
1 parent 547a845 commit 3dea539

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ jobs:
494494
if: always() && github.actor != 'dependabot[bot]' && runner.os == 'Linux' && !github.event.pull_request.head.repo.fork
495495
uses: actions/upload-artifact@v4
496496
with:
497-
name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' }}
497+
name: debug-pprof-dumps${{ matrix.variant.enterprise && '-enterprise' || '-agpl' }}
498498
path: ./site/test-results/**/debug-pprof-*.txt
499499
retention-days: 7
500500

0 commit comments

Comments
 (0)