Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix: make "Release stats" use the correct artifact name #71323

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

lubieowoce
Copy link
Member

@lubieowoce lubieowoce commented Oct 15, 2024

There's no artifact called next-swc-binaries, all the other places use next-swc-binaries-*
The name's coming from here:

name: next-swc-binaries-${{ matrix.settings.target }}

Example failing run: https://github.com/vercel/next.js/actions/runs/11352776677/job/31576710878
It's failing because download-artifact didn't download anything (because of the incorrect name), and the native directory no longer exists (it used to have a .gitkeep inside, but we removed that a while ago), so it just crashes

@ijjk ijjk added the created-by: Next.js team PRs by the Next.js team. label Oct 15, 2024
@lubieowoce lubieowoce requested a review from ijjk October 15, 2024 19:41
@lubieowoce lubieowoce merged commit 872cb61 into canary Oct 15, 2024
30 of 35 checks passed
@lubieowoce lubieowoce deleted the lubieowoce/fix-release-stats branch October 15, 2024 19:44
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 30, 2024
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
created-by: Next.js team PRs by the Next.js team. locked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants