Fix path to CW sdk (#823)

Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
This commit is contained in:
Jayant Krishnamurthy 2023-05-18 11:27:01 -07:00 committed by GitHub
parent e283b15d20
commit f82c87e37d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ jobs:
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
working-directory: "target_chains/cosmwasm/pyth-sdk-cw"
working-directory: "target_chains/cosmwasm/sdk/rust"