fix publish workflow: use correct napi artifacts flags
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
dce999732e
commit
d1d884ff66
@@ -77,12 +77,12 @@ jobs:
|
||||
path: napi/artifacts
|
||||
|
||||
- name: Move artifacts
|
||||
run: bunx napi artifacts --dir napi/artifacts --napi-dir napi
|
||||
working-directory: napi
|
||||
run: bunx napi artifacts --build-output-dir artifacts
|
||||
|
||||
- name: List packages
|
||||
run: ls -R npm/
|
||||
working-directory: napi
|
||||
run: ls -R npm/
|
||||
|
||||
- name: Publish
|
||||
working-directory: napi
|
||||
|
||||
Reference in New Issue
Block a user