From 8760bbb1ce0a3ee4f5115ad3cf5d271d90ae2b9e Mon Sep 17 00:00:00 2001 From: Daniyar Itegulov Date: Wed, 8 Jan 2025 22:32:50 +1100 Subject: [PATCH] fix release attestation (#520) --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f4f73e9..d7a55cbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,7 +103,7 @@ jobs: - name: Binaries attestation uses: actions/attest-build-provenance@v2 with: - subject-path: target/release/anvil-zksync + subject-path: ./artifacts/anvil-zksync draft-release: name: draft release