diff --git a/.github/workflows/javascript.yml b/.github/workflows/javascript.yml index 204ccde..96d68b9 100644 --- a/.github/workflows/javascript.yml +++ b/.github/workflows/javascript.yml @@ -65,7 +65,7 @@ jobs: with: path: artifacts pattern: codemp-js-* - - run: npx napi artifacts + - run: tree; npx napi artifacts; tree working-directory: dist/js/publish - run: npx napi prepublish -t . --skip-gh-release working-directory: dist/js/publish