Skip to content

Commit

Permalink
chore: fix artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Gustavo Inacio <[email protected]>
  • Loading branch information
gusinacio committed Jan 11, 2024
1 parent 61b00b0 commit b9fa522
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b9fa522

Please sign in to comment.