File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 5959
6060 - name : Upload releases to S3
6161 run : |
62- aws s3 cp $DIR_OUTPUT s3://circuit-release/scroll-zkvm --recursive
62+ aws s3 cp $DIR_OUTPUT s3://circuit-release/scroll-zkvm/releases --recursive
Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ bundle_vk=$(jq -r '.bundle_vk' "$VK_JSON")
3131
3232# Create directories and copy files
3333mkdir -p " $RELEASES_DIR /chunk/$chunk_vk "
34- mkdir -p " $RELEASES_DIR /batch/$chunk_vk "
35- mkdir -p " $RELEASES_DIR /bundle/$chunk_vk "
34+ mkdir -p " $RELEASES_DIR /batch/$batch_vk "
35+ mkdir -p " $RELEASES_DIR /bundle/$bundle_vk "
3636
3737# Copy files from releases/dev to the new directories
3838cp -r " $DEV_DIR /chunk" /* " $RELEASES_DIR /chunk/$chunk_vk /"
39- cp -r " $DEV_DIR /batch" /* " $RELEASES_DIR /batch/$chunk_vk /"
40- cp -r " $DEV_DIR /bundle" /* " $RELEASES_DIR /bundle/$chunk_vk /"
39+ cp -r " $DEV_DIR /batch" /* " $RELEASES_DIR /batch/$batch_vk /"
40+ cp -r " $DEV_DIR /bundle" /* " $RELEASES_DIR /bundle/$bundle_vk /"
4141mkdir -p $VERIFIER_RELEASES_DIR
4242mv $DEV_DIR /* $VERIFIER_RELEASES_DIR
4343
4444echo " Files organized for release successfully:"
4545echo " chunk files -> $RELEASES_DIR /chunk/$chunk_vk "
46- echo " batch files -> $RELEASES_DIR /batch/$chunk_vk "
47- echo " bundle files -> $RELEASES_DIR /bundle/$chunk_vk "
46+ echo " batch files -> $RELEASES_DIR /batch/$batch_vk "
47+ echo " bundle files -> $RELEASES_DIR /bundle/$bundle_vk "
4848echo " verifier files -> $VERIFIER_RELEASES_DIR "
4949echo " recursivly upload releases directory"
5050
You can’t perform that action at this time.
0 commit comments