Skip to content

Commit 1cf1b6d

Browse files
committed
ci: fix artifact path
1 parent 84eac0a commit 1cf1b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
- name: Restore target
8989
uses: actions/download-artifact@v4
9090
with:
91-
name: artifact-${{ github.run_id }}
91+
name: artifact-${{ github.run_id }}-target
9292
- uses: actions/setup-node@v4
9393
with:
9494
node-version: ${{ matrix.node-version }}

0 commit comments

Comments
 (0)