Skip to content

Commit

Permalink
fix(replay): Ensure we publish replay CDN bundles (#13437)
Browse files Browse the repository at this point in the history
Oops, we stopped publishing this, just noticed this while working on my
hackweek project... 😬
  • Loading branch information
mydea committed Aug 27, 2024
1 parent e6861cf commit 80a116b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ jobs:
name: ${{ github.sha }}
path: |
${{ github.workspace }}/packages/browser/build/bundles/**
${{ github.workspace }}/packages/replay/build/bundles/**
${{ github.workspace }}/packages/replay-internal/build/bundles/**
${{ github.workspace }}/packages/replay-canvas/build/bundles/**
${{ github.workspace }}/packages/feedback/build/bundles/**
${{ github.workspace }}/packages/**/*.tgz
Expand Down

0 comments on commit 80a116b

Please sign in to comment.