Skip to content

Commit c3f3d92

Browse files
committed
fix(cd): updating param names to be more sensible
1 parent 69dd7ac commit c3f3d92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ jobs:
4848
with:
4949
network: holesky
5050
environment: dev
51-
forge-deployment-script: DeployZenith
52-
deployed-contract: Zenith.s.sol
51+
forge-deployment-contract: DeployZenith
52+
forge-deployment-script-file: Zenith.s.sol
5353
forge-deployment-signature: "run()"
5454
chain-id: 17000
5555
secrets:

0 commit comments

Comments
 (0)