Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSachinK committed Sep 22, 2023
1 parent aac08a8 commit 3cdd9df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits-circom/scripts/7_upload_to_s3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ echo "Uploading partial keys to s3..."
python3 upload_to_s3.py --dirs ../build/$CIRCUIT_NAME/partial_zkeys/ --upload_dir $UPLOAD_FOLDER/$CIRCUIT_NAME

echo "Uploading wasm to s3..."
python3 upload_to_s3.py --dirs ../build/$CIRCUIT_NAME/$"CIRCUIT_NAME"_js/ --upload_dir $UPLOAD_FOLDER/$CIRCUIT_NAME
python3 upload_to_s3.py --dirs ../build/$CIRCUIT_NAME/"$CIRCUIT_NAME"_js/ --upload_dir $UPLOAD_FOLDER/$CIRCUIT_NAME

0 comments on commit 3cdd9df

Please sign in to comment.