Skip to content

Commit

Permalink
Optimize project structure.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Nov 28, 2024
1 parent c41d703 commit 985db55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: uv pip install -e .

- name: Generate bindings
run: uv run stellar-contract-bindings generate --contract-id CDOAW6D7NXAPOCO7TFAWZNJHK62E3IYRGNRVX3VOXNKNVOXCLLPJXQCF --rpc-url https://mainnet.sorobanrpc.com --language python --output ./bindings
run: uv run stellar-contract-bindings python --contract-id CAYIWC3Y2KK4FXINTF3QFNBOUHGJ673QNG46EX462EYR4EYCFSYVAR4O --rpc-url https://mainnet.sorobanrpc.com --output ./bindings

deploy:
needs: [ test ]
Expand Down

0 comments on commit 985db55

Please sign in to comment.