Skip to content

Commit

Permalink
fix: Output sha256sum
Browse files Browse the repository at this point in the history
  • Loading branch information
jac18281828 authored Oct 24, 2024
1 parent 847c304 commit b6cc5a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/s3-prover-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- name: Build Prover Artifact
run: |
docker build --progress=plain -f .github/docker/Dockerfile.prover -o risc0-groth16-prover . --build-arg PROVER_TAG=${PROVER_TAG}
for file in risc0-groth16-prover/${PROVER_TAG}/stark/*; do
sha256sum $file
done
- 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 b6cc5a9

Please sign in to comment.