Skip to content

Commit 80a116b

Browse files
authored
fix(replay): Ensure we publish replay CDN bundles (#13437)
Oops, we stopped publishing this, just noticed this while working on my hackweek project... 😬
1 parent e6861cf commit 80a116b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ jobs:
344344
name: ${{ github.sha }}
345345
path: |
346346
${{ github.workspace }}/packages/browser/build/bundles/**
347-
${{ github.workspace }}/packages/replay/build/bundles/**
347+
${{ github.workspace }}/packages/replay-internal/build/bundles/**
348348
${{ github.workspace }}/packages/replay-canvas/build/bundles/**
349349
${{ github.workspace }}/packages/feedback/build/bundles/**
350350
${{ github.workspace }}/packages/**/*.tgz

0 commit comments

Comments
 (0)