Skip to content

Commit

Permalink
add prover/verifier to release artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
odesenfans committed Feb 13, 2024
1 parent de24338 commit 57716bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,17 @@ jobs:
- name: Run tests
run: cargo test --verbose

- name: Set release artifacts
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: |
target/debug/cpu_air_prover
target/debug/cpu_air_verifier
- name: Push the image to the cache
# It's not possible to push packages from fork PRs.
if: github.event.pull_request.head.repo.full_name == github.repository
run: |
docker tag stone-prover-build:latest ${STONE_PROVER_DOCKER_CACHE}
docker push ${STONE_PROVER_DOCKER_CACHE}

0 comments on commit 57716bd

Please sign in to comment.