Skip to content

Commit

Permalink
Merge pull request #27 from formosa-crypto/artifact
Browse files Browse the repository at this point in the history
artifact: for proofs
  • Loading branch information
tfaoliveira-sb authored Oct 8, 2024
2 parents 32d6de0 + 0ce4463 commit 7ceeb5a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/amd64-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,11 @@ jobs:
- name: return error
run: make -C proof/ CI=1 err


- name: upload artifact - all files in proof
if: success()
uses: actions/upload-artifact@v4
with:
name: formosa-25519-proofs
path: proof/
retention-days: 90
overwrite: true

0 comments on commit 7ceeb5a

Please sign in to comment.