Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstam committed May 1, 2024
1 parent 1c3a17e commit 325f4e3
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,17 +170,20 @@ jobs:
- name: Build groth16 and create tarball
run: |
cd prover
RUST_LOG=info RUST_BACKTRACE=1 SP1_DEV_WRAPPER=true FRI_QUERIES=1 make groth16
RUST_LOG=info RUST_BACKTRACE=1 SP1_DEV_WRAPPER=true make groth16
cd build
touch build.tar.gz
pwd
ls -al
tar --exclude=build.tar.gz -czvf build.tar.gz .
- name: Archive build artifact
id: build_artifact
run: |
pwd
ls -al
VERSION_NAME="${{ (env.IS_NIGHTLY && 'nightly') || needs.prepare.outputs.tag_name }}"
mv build/build.tar.gz "groth16_${VERSION_NAME}.tar.gz"
echo "::set-output name=build_tarball_name::groth16_${VERSION_NAME}.tar.gz"
ls -al
- name: Upload build artifact to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 325f4e3

Please sign in to comment.