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:
Abimael Martell
2026-04-02 11:35:29 -07:00
co-authored by Claude Opus 4.6
parent dce999732e
commit d1d884ff66
+2 -2
View File
@@ -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