Skip to content

Commit 778cfb3

Browse files
committed
fix CI: put artifacts into the right place
1 parent 6e3504a commit 778cfb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ jobs:
158158
- name: Download all artifacts
159159
uses: actions/download-artifact@v3
160160
with:
161-
path: artifacts
161+
path: ${{ env.NAPI_DRIVER_SUBDIRECTORY }}/artifacts
162162
- name: Move artifacts
163163
run: yarn artifacts
164164
- name: List packages

0 commit comments

Comments
 (0)