Skip to content

Commit

Permalink
feat: Add binary attestation
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Jan 7, 2025
1 parent 49b627d commit f71f256
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@ jobs:
name: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz
path: anvil-zksync-${{ needs.extract-version.outputs.VERSION }}-${{ matrix.arch }}.tar.gz

- name: Binaries attestation
uses: actions/attest-build-provenance@v2
with:
subject-path: target/release/anvil-zksync

draft-release:
name: draft release
needs: [build, extract-version]
Expand Down

0 comments on commit f71f256

Please sign in to comment.