Skip to content

Commit f82c87e

Browse files
jayantkJayant Krishnamurthy
andauthored
Fix path to CW sdk (#823)
Co-authored-by: Jayant Krishnamurthy <jkrishnamurthy@jumptrading.com>
1 parent e283b15 commit f82c87e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-pyth-sdk-cw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
- run: cargo publish --token ${CARGO_REGISTRY_TOKEN}
1717
env:
1818
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
19-
working-directory: "target_chains/cosmwasm/pyth-sdk-cw"
19+
working-directory: "target_chains/cosmwasm/sdk/rust"

0 commit comments

Comments
 (0)