diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 520d116..11aa5a5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -320,7 +320,7 @@ jobs: - name: Download all artifacts uses: actions/download-artifact@v3 with: - path: artifacts + path: node-plugin/artifacts - name: Move artifacts run: yarn artifacts - name: List packages diff --git a/package.json b/package.json index 49e3e36..842a2bc 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,8 @@ }, "scripts": { "build": "yarn workspace @graphprotocol/cost-model build", - "test": "yarn workspace @graphprotocol/cost-model test" + "test": "yarn workspace @graphprotocol/cost-model test", + "artifacts": "yarn workspace @graphprotocol/cost-model artifacts" }, "workspaces": [ "node-plugin"