File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 run : |
2626 npm --prefix .agentdispatch-deps/core install
2727 npm --prefix .agentdispatch-deps/core run build
28- npm --prefix .agentdispatch-deps/core pack --pack-destination "$PWD /.agentdispatch-deps"
28+ (cd .agentdispatch-deps/core && npm pack --pack-destination "$GITHUB_WORKSPACE /.agentdispatch-deps")
2929 - name : Pack current AWS adapter
3030 run : |
3131 npm --prefix .agentdispatch-deps/adapter-aws-agentcore install
3232 npm --prefix .agentdispatch-deps/adapter-aws-agentcore install --no-save "$PWD"/.agentdispatch-deps/agent-dispatch-core-*.tgz
3333 npm --prefix .agentdispatch-deps/adapter-aws-agentcore run build
34- npm --prefix .agentdispatch-deps/adapter-aws-agentcore pack --pack-destination "$PWD /.agentdispatch-deps"
34+ (cd .agentdispatch-deps/adapter-aws-agentcore && npm pack --pack-destination "$GITHUB_WORKSPACE /.agentdispatch-deps")
3535 - run : npm install
3636 - run : npm install --no-save .agentdispatch-deps/agent-dispatch-core-*.tgz .agentdispatch-deps/agent-dispatch-adapter-aws-agentcore-*.tgz
3737 - run : npm run typecheck
You can’t perform that action at this time.
0 commit comments