Skip to content

Commit

Permalink
fix: fix the release script
Browse files Browse the repository at this point in the history
  • Loading branch information
imotai committed Sep 24, 2023
1 parent 3dd22bc commit dac41be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ python3 sdk/setup.py --version
# build octopus proto package
cd ${WORKDIR}/proto && make && python3 -m build
# build octopus proto package
cd ${WORKDIR}/sdk && make && python3 -m build
cd ${WORKDIR}/sdk && python3 -m build
# build octopus kernel package
cd ${WORKDIR}/kernel && python3 -m build
# build agent package
Expand Down

0 comments on commit dac41be

Please sign in to comment.