diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 73418d7..1108487 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,6 +14,6 @@ jobs: with: node-version: '16.x' registry-url: 'https://registry.npmjs.org' - - run: cd /home/runner/work/hbuilderx-plugins/hbuilderx-plugins/macosx/mac-hbuilderx-plugin-uniapp-cli-vite && npm publish + - run: cd /home/runner/work/hbuilderx-plugins/other/hbuilderx-autotest && npm publish env: NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }} diff --git a/other/hbuilderx-autotest/readme.md b/other/hbuilderx-autotest/readme.md new file mode 100644 index 0000000..37f9127 --- /dev/null +++ b/other/hbuilderx-autotest/readme.md @@ -0,0 +1 @@ +# readme \ No newline at end of file