Skip to content

Commit 570af30

Browse files
committed
fix: adapt the Verify Deployed action to the monorepo
1 parent 136dc8a commit 570af30

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verifydeployed.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
name: contract-artifacts
3838
path: |
39-
build
40-
cache/*.json
39+
packages/contracts/build
40+
packages/contracts/cache/*.json
4141
4242
verify:
4343
name: Verify deployments
@@ -54,7 +54,7 @@ jobs:
5454
name: contract-artifacts
5555

5656
- name: Verify contracts on Defender
57-
run: yarn hardhat --network ${{ inputs.network }} verify-defender ${{ inputs.contracts }}
57+
run: cd packages/contracts && yarn hardhat --network ${{ inputs.network }} verify-defender ${{ inputs.contracts }}
5858
env:
5959
DEFENDER_API_KEY: "${{ secrets.DEFENDER_API_KEY }}"
6060
DEFENDER_API_SECRET: "${{ secrets.DEFENDER_API_SECRET }}"

0 commit comments

Comments
 (0)