Skip to content

Commit

Permalink
fix: put id file in src folder for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
willemneal committed Sep 3, 2023
1 parent a239616 commit b007dce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,5 @@ if test "$FILE_HASH" = ""; then
fi

if test "$SOROBAN_NETWORK" = "futurenet"; then
just smartdeploy_id > .soroban/network/$SOROBAN_NETWORK/smartdeploy.json
just smartdeploy_id > ./crates/smartdeploy-cli/src/futurenet/smartdeploy.json
fi

0 comments on commit b007dce

Please sign in to comment.