From f71f256bbc369b6558298b14d60db85e625ffcd9 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Tue, 7 Jan 2025 09:58:19 +0400 Subject: [PATCH] feat: Add binary attestation --- .github/workflows/release.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ebfb1d3b..619e81c9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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]