Skip to content

Commit

Permalink
fix: yaml fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 authored and austbot committed Oct 25, 2024
1 parent 599178a commit ebeb0b0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/s3-prover-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
run: |
docker build --progress=plain -f .github/docker/Dockerfile.prover -o risc0-groth16-prover . --build-arg PROVER_TAG=${PROVER_TAG}
- name: Generate SHA-256 Verification
run: |
for file in risc0-groth16-prover/${PROVER_TAG}/stark/*; do
basefile=$(basename "$file")
(cd "$(dirname "$file")" && sha256sum "$basefile" > "$basefile.sha256")
echo -n "sha256sum "
cat "$file.sha256"
done
run: "for file in risc0-groth16-prover/${PROVER_TAG}/stark/*; do\n basefile=$(basename \"$file\")\n (cd \"$(dirname \"$file\")\" && sha256sum \"$basefile\" > \"$basefile.sha256\")\n echo -n \"sha256sum \"\n cat \"$file.sha256\"\ndone \n"
- name: Sync S3 Bucket
run: |
aws s3 sync ./risc0-groth16-prover/ s3://${S3_BUCKET_NAME} --no-progress --region ${{ env.AWS_REGION }}

0 comments on commit ebeb0b0

Please sign in to comment.