Skip to content

Commit

Permalink
Ensure swc is copied for release stats (#51315)
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jun 14, 2023
1 parent 3ec70a2 commit 323e335
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,6 +472,8 @@ jobs:
name: next-swc-binaries
path: packages/next-swc/native

- run: cp -r packages/next-swc/native .github/actions/next-stats-action/native

- run: ./scripts/release-stats.sh
- uses: ./.github/actions/next-stats-action
env:
Expand Down

0 comments on commit 323e335

Please sign in to comment.