Skip to content

Commit 46aead4

Browse files
committed
ci: only specify the artifact patterns for packaging
1 parent c5d11f7 commit 46aead4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ jobs:
255255
- name: Download Artifacts
256256
uses: actions/download-artifact@v4
257257
with:
258-
name: build
259258
pattern: build-*
260259
path: ./build-artifacts
261260

@@ -346,6 +345,8 @@ jobs:
346345
- name: Install Pnpm 9
347346
if: matrix.node-version == 22
348347
uses: pnpm/action-setup@v4
348+
with:
349+
version: 9
349350

350351
- uses: actions/checkout@v4
351352

0 commit comments

Comments
 (0)