diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 396392ad9..cbc483a1d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -105,6 +105,6 @@ jobs: with: generator: typescript-axios openapi-file: swagger.yml - command-args: -c swagger-codegen.json + command-args: -c swagger-codegen.json -o client - name: Publish package - run: cd typescript-axios && npm publish --access public --verbose --dry-run \ No newline at end of file + run: cd client && npm publish --access public --verbose --dry-run \ No newline at end of file