8000 ci: correct restore path of the artifact (#6780) · josh-/biome@8bc79b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bc79b1

Browse files
siketyanjosh-
authored andcommitted
ci: correct restore path of the artifact (biomejs#6780)
1 parent b47e0b1 commit 8bc79b1

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/early-pots-win.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@biomejs/js-api": patch
3+
---
4+
5+
Fixed [#6722](https://github.com/biomejs/biome/issues/6772): Missing `dist/` files are now included in the `@biomejs/js-api` package. The previous release haven't fixed the issue properly.

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ jobs:
397397
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
398398
with:
399399
pattern: js-api
400-
merge-multiple: true
400+
path: packages/@biomejs/js-api/dist
401401

402402
- name: Install Node.js
403403
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0

0 commit comments

Comments
 (0)
0